From f1b7b6decc60830d3a0072f3287d63ef086c936e Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Thu, 26 Feb 2009 21:28:12 +0000 Subject: Patch from Lubomir Rintel: fixes for GCC 4.4 (bzr r7380) --- src/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') 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 + #include #ifdef HAVE_IEEEFP_H @@ -114,8 +117,6 @@ using Inkscape::Extension::Internal::PrintWin32; #include "widgets/icon.h" #include "ui/widget/panel.h" - -#include #include enum { -- cgit v1.2.3