diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-04-12 19:13:24 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-04-12 19:13:24 +0000 |
| commit | ccc2ac21c121259c9400d547d53fde6da2093e84 (patch) | |
| tree | df253365a3ad1c84e8ae7fa21c36d15cf6b30cba /src/ui/widget/random.cpp | |
| parent | Use the subclassed SpinButton class for numeric inputs, such that '.' and ','... (diff) | |
| download | inkscape-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.cpp | 2 |
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 { |
