From: pjrm Date: Sat, 5 Jul 2008 12:04:33 +0000 (+0000) Subject: ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that we don... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=06a07b2c1c32c65a942215eca7eb8c2082931b7c;p=inkscape.git ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that we don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) --- diff --git a/src/ui/widget/tolerance-slider.h b/src/ui/widget/tolerance-slider.h index 3d0324c1f..22c04d361 100644 --- a/src/ui/widget/tolerance-slider.h +++ b/src/ui/widget/tolerance-slider.h @@ -2,7 +2,8 @@ * \brief * * This widget is part of the Document properties dialog. - * + */ +/* * Authors: * Ralf Stephan * @@ -14,9 +15,11 @@ #ifndef INKSCAPE_UI_WIDGET_TOLERANCE_SLIDER__H_ #define INKSCAPE_UI_WIDGET_TOLERANCE_SLIDER__H_ +#include #include #include #include +#include namespace Inkscape { namespace UI {