summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/tool-base.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-08-24 11:31:46 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-08-24 11:31:46 +0000
commit8920e3ea655df6447e2ed6f8b0b5621442d20cb5 (patch)
tree4bacbdb5cef34d8468caaed780ff2659f2d6cda1 /src/ui/tools/tool-base.cpp
parentFix Gtk+ 2 build (diff)
downloadinkscape-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.cpp3
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"