diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-13 13:12:45 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-13 13:12:45 +0000 |
| commit | 9d5529ca1b43a144f825fc58d6aa37911a4ac7f6 (patch) | |
| tree | b0b673d17c9c60393f0b91ecb0d9ee89edb7ad3d /src/ui/widget/rendering-options.cpp | |
| parent | Printing. Fix for Bug #264831 (Print settings not persistent). (diff) | |
| download | inkscape-9d5529ca1b43a144f825fc58d6aa37911a4ac7f6.tar.gz inkscape-9d5529ca1b43a144f825fc58d6aa37911a4ac7f6.zip | |
Fix build
(bzr r13510)
Diffstat (limited to 'src/ui/widget/rendering-options.cpp')
| -rw-r--r-- | src/ui/widget/rendering-options.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/rendering-options.cpp b/src/ui/widget/rendering-options.cpp index 511b0375c..837387f7b 100644 --- a/src/ui/widget/rendering-options.cpp +++ b/src/ui/widget/rendering-options.cpp @@ -12,6 +12,8 @@ # include <config.h> #endif +#include <gtkmm.h> + #include "preferences.h" #include "rendering-options.h" #include "util/units.h" |
