diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-10-15 18:03:43 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-10-15 18:03:43 +0000 |
| commit | a7384aa7c43a5fe4b56e5d5d610ece0cafcaa748 (patch) | |
| tree | d097fcfd122494a8b213eaed385c6f5cf460ccd4 /src/ui/tools/tool-base.cpp | |
| parent | LiamW's initial font caching work. (diff) | |
| download | inkscape-a7384aa7c43a5fe4b56e5d5d610ece0cafcaa748.tar.gz inkscape-a7384aa7c43a5fe4b56e5d5d610ece0cafcaa748.zip | |
Fix strict build with Gtk+ 2
(experimental commit r13513)
(bzr r13616.1.2)
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 f1d90f6c6..1c1e8a17a 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" |
