From 4ceb98dd024239219315f1a980e88d5da050b8c2 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Sat, 5 Jul 2008 12:04:33 +0000 Subject: 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.) (bzr r6189) --- src/ui/widget/tolerance-slider.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') 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 { -- cgit v1.2.3