summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/insertordericon.h
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/insertordericon.h
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/insertordericon.h')
-rw-r--r--src/ui/widget/insertordericon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/insertordericon.h b/src/ui/widget/insertordericon.h
index 4b4b51de2..e6c2e1c5b 100644
--- a/src/ui/widget/insertordericon.h
+++ b/src/ui/widget/insertordericon.h
@@ -13,9 +13,9 @@
#include "config.h"
#endif
-#include <glibmm/property.h>
#include <gtkmm/cellrendererpixbuf.h>
#include <gtkmm/widget.h>
+#include <glibmm/property.h>
namespace Inkscape {
namespace UI {