summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/random.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2011-04-12 19:13:24 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2011-04-12 19:13:24 +0000
commitccc2ac21c121259c9400d547d53fde6da2093e84 (patch)
treedf253365a3ad1c84e8ae7fa21c36d15cf6b30cba /src/ui/widget/random.cpp
parentUse the subclassed SpinButton class for numeric inputs, such that '.' and ','... (diff)
downloadinkscape-ccc2ac21c121259c9400d547d53fde6da2093e84.tar.gz
inkscape-ccc2ac21c121259c9400d547d53fde6da2093e84.zip
fix build
(bzr r10160)
Diffstat (limited to 'src/ui/widget/random.cpp')
-rw-r--r--src/ui/widget/random.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/random.cpp b/src/ui/widget/random.cpp
index 02201be12..3dcf09cb5 100644
--- a/src/ui/widget/random.cpp
+++ b/src/ui/widget/random.cpp
@@ -25,6 +25,8 @@
#include <glibmm/i18n.h>
+#include <gtkmm/button.h>
+
namespace Inkscape {
namespace UI {
namespace Widget {