summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-08-23 12:54:39 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-08-23 12:54:39 +0000
commit62339f48161baf01b49d331b7c31ab9d8fb64ec6 (patch)
treef92f1eb8851e88dfdc011cece6e670f0006fddef /src
parentgradient-vector: Clean up GObject boilerplate & fix deprecation (diff)
downloadinkscape-62339f48161baf01b49d331b7c31ab9d8fb64ec6.tar.gz
inkscape-62339f48161baf01b49d331b7c31ab9d8fb64ec6.zip
fix Windows 64-bit build
(bzr r13341.1.154)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/print.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/print.cpp b/src/ui/dialog/print.cpp
index ed39ebb32..a015d28f9 100644
--- a/src/ui/dialog/print.cpp
+++ b/src/ui/dialog/print.cpp
@@ -14,13 +14,13 @@
# include <config.h>
#endif
+#include <gtkmm.h>
+
#ifdef WIN32
#include <io.h>
#include <windows.h>
#endif
-#include <gtkmm.h>
-
#include "preferences.h"
#include "print.h"