diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-08-23 12:54:39 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-08-23 12:54:39 +0000 |
| commit | 62339f48161baf01b49d331b7c31ab9d8fb64ec6 (patch) | |
| tree | f92f1eb8851e88dfdc011cece6e670f0006fddef /src | |
| parent | gradient-vector: Clean up GObject boilerplate & fix deprecation (diff) | |
| download | inkscape-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.cpp | 4 |
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" |
