diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index bfee432ba..991a95add 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,6 +28,9 @@ #endif #include "path-prefix.h" +// This has to be included prior to anything that includes setjmp.h, it croaks otherwise +#include <png.h> + #include <gtk/gtkmessagedialog.h> #ifdef HAVE_IEEEFP_H @@ -114,8 +117,6 @@ using Inkscape::Extension::Internal::PrintWin32; #include "widgets/icon.h" #include "ui/widget/panel.h" - -#include <png.h> #include <errno.h> enum { |
