diff options
Diffstat (limited to 'src/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index b52616d1a..85149ccaa 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -22,7 +22,6 @@ // This has to be included prior to anything that includes setjmp.h, it croaks otherwise #include <png.h> -#include <gtk/gtk.h> #include <gtkmm/box.h> #include <gtkmm/buttonbox.h> #include <gtkmm/label.h> @@ -71,6 +70,8 @@ #include <gdk/gdkwin32.h> #endif +#include <gtk/gtk.h> + using Inkscape::DocumentUndo; #define SP_EXPORT_MIN_SIZE 1.0 |
