diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-24 11:31:46 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-24 11:31:46 +0000 |
| commit | 8920e3ea655df6447e2ed6f8b0b5621442d20cb5 (patch) | |
| tree | 4bacbdb5cef34d8468caaed780ff2659f2d6cda1 /src/ui/tools/tool-base.cpp | |
| parent | Fix Gtk+ 2 build (diff) | |
| download | inkscape-8920e3ea655df6447e2ed6f8b0b5621442d20cb5.tar.gz inkscape-8920e3ea655df6447e2ed6f8b0b5621442d20cb5.zip | |
Fix strict build with Gtk+ 2
(bzr r13341.1.172)
Diffstat (limited to 'src/ui/tools/tool-base.cpp')
| -rw-r--r-- | src/ui/tools/tool-base.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/tool-base.cpp b/src/ui/tools/tool-base.cpp index c23da87c0..c28b86416 100644 --- a/src/ui/tools/tool-base.cpp +++ b/src/ui/tools/tool-base.cpp @@ -18,6 +18,8 @@ # include "config.h" #endif +#include "widgets/desktop-widget.h" + #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include <glibmm/threads.h> #endif @@ -40,7 +42,6 @@ #include "desktop-handles.h" #include "desktop-events.h" #include "desktop-style.h" -#include "widgets/desktop-widget.h" #include "sp-namedview.h" #include "selection.h" #include "interface.h" |
