From f1305982b84adfe04cdeb2686c3b1d7ed3a37bc7 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 25 Jun 2014 23:05:33 +0200 Subject: fix windows build (gtk3) partly. broken because of windows.h poluting namespace with "interface" struct name. (bzr r13341.1.68) --- src/ui/widget/preferences-widget.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ui/widget/preferences-widget.cpp') diff --git a/src/ui/widget/preferences-widget.cpp b/src/ui/widget/preferences-widget.cpp index 3ba00c083..7f3e6cd47 100644 --- a/src/ui/widget/preferences-widget.cpp +++ b/src/ui/widget/preferences-widget.cpp @@ -14,10 +14,6 @@ # include #endif -#ifdef WIN32 -#include -#endif - #if GLIBMM_DISABLE_DEPRECATED && HAVE_GLIBMM_THREADS_H #include #endif @@ -49,6 +45,10 @@ #include #include +#ifdef WIN32 +#include +#endif + using namespace Inkscape::UI::Widget; namespace Inkscape { -- cgit v1.2.3