diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-08-23 13:17:43 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-08-23 13:17:43 +0000 |
| commit | e469f1f4eb04e7cc1401c6679a41c217287ae888 (patch) | |
| tree | 520a9002efd7e55925765ef9f1fb82019d071b5b /src/ui/dialog/print.cpp | |
| parent | Fix skewing bug that could lead to infinite transforms (diff) | |
| download | inkscape-e469f1f4eb04e7cc1401c6679a41c217287ae888.tar.gz inkscape-e469f1f4eb04e7cc1401c6679a41c217287ae888.zip | |
fix Windows 64-bit build
(bzr r13531)
Diffstat (limited to 'src/ui/dialog/print.cpp')
| -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" |
