summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/highlight-picker.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-09-30 18:06:07 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-09-30 18:06:07 +0000
commit9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378 (patch)
treefc94ed3521aa5f6f1b561fb028377477cd7d38d0 /src/ui/widget/highlight-picker.cpp
parentadd support for document-units in the helper path of bspline (diff)
downloadinkscape-9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378.tar.gz
inkscape-9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378.zip
change header include order to fix win64 build
(bzr r13341.1.235)
Diffstat (limited to 'src/ui/widget/highlight-picker.cpp')
-rw-r--r--src/ui/widget/highlight-picker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/widget/highlight-picker.cpp b/src/ui/widget/highlight-picker.cpp
index 2afdc02a6..c03f526dc 100644
--- a/src/ui/widget/highlight-picker.cpp
+++ b/src/ui/widget/highlight-picker.cpp
@@ -11,13 +11,14 @@
# include "config.h"
#endif
+#include <gtkmm/icontheme.h>
+
#if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H
#include <glibmm/threads.h>
#endif
#include "display/cairo-utils.h"
-#include <gtkmm/icontheme.h>
#include "highlight-picker.h"
#include "widgets/icon.h"