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 | |
| 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')
| -rw-r--r-- | src/libnrtype/font-lister.cpp | 2 | ||||
| -rw-r--r-- | src/ui/tools/tool-base.cpp | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/libnrtype/font-lister.cpp b/src/libnrtype/font-lister.cpp index 9a978b0fd..39c557cc6 100644 --- a/src/libnrtype/font-lister.cpp +++ b/src/libnrtype/font-lister.cpp @@ -2,8 +2,8 @@ #include <config.h> #endif -#include <gtkmm/treemodel.h> #include <gtkmm/liststore.h> +#include <gtkmm/treemodel.h> #include <libnrtype/font-instance.h> #include <libnrtype/TextWrapper.h> 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" |
