summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 {