summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2008-07-05 12:04:33 +0000
committerpjrm <pjrm@users.sourceforge.net>2008-07-05 12:04:33 +0000
commit4ceb98dd024239219315f1a980e88d5da050b8c2 (patch)
tree5304474abf1d299dd70aef715b0e395406956d91 /src
parenttext-editing.h: Supply missing #includes/declarations so that we don't depend... (diff)
downloadinkscape-4ceb98dd024239219315f1a980e88d5da050b8c2.tar.gz
inkscape-4ceb98dd024239219315f1a980e88d5da050b8c2.zip
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)
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/tolerance-slider.h5
1 files changed, 4 insertions, 1 deletions
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 <ralf@ark.in-berlin.de>
*
@@ -14,9 +15,11 @@
#ifndef INKSCAPE_UI_WIDGET_TOLERANCE_SLIDER__H_
#define INKSCAPE_UI_WIDGET_TOLERANCE_SLIDER__H_
+#include <gtkmm/box.h>
#include <gtkmm/tooltips.h>
#include <gtkmm/checkbutton.h>
#include <gtkmm/radiobutton.h>
+#include <gtkmm/scale.h>
namespace Inkscape {
namespace UI {