From 2c0d58d9444a64624ffb64ec1c227a1bf78831fa Mon Sep 17 00:00:00 2001 From: natureh 510 Date: Tue, 14 May 2013 21:51:25 +0200 Subject: [PATCH] Solving issue 1874: "RT doesn't build anymore for WinXP (32 bits)" --- rtengine/safegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtengine/safegtk.cc b/rtengine/safegtk.cc index 8ad0c2c0e..1472c8043 100644 --- a/rtengine/safegtk.cc +++ b/rtengine/safegtk.cc @@ -25,12 +25,12 @@ #include #ifdef WIN32 #include -#include // for GCC32 #ifndef _WIN32_IE #define _WIN32_IE 0x0600 #endif #include +#include #else #include #endif