diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-09-30 18:06:07 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-09-30 18:06:07 +0000 |
| commit | 9b31ef3b28b2ebb3ca258a6fb7de1524fcc17378 (patch) | |
| tree | fc94ed3521aa5f6f1b561fb028377477cd7d38d0 /src/ui/widget/highlight-picker.cpp | |
| parent | add support for document-units in the helper path of bspline (diff) | |
| download | inkscape-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.cpp | 3 |
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" |
