From 06c8108fe5c196aec2888d9b236f595f2bcb1c46 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 24 Jun 2011 16:41:19 +0300 Subject: Attempt to make this build with MinGW --- shell/inc/internal/thumbviewer.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/inc') diff --git a/shell/inc/internal/thumbviewer.hxx b/shell/inc/internal/thumbviewer.hxx index 73f6ba8de010..1e48fefcd388 100644 --- a/shell/inc/internal/thumbviewer.hxx +++ b/shell/inc/internal/thumbviewer.hxx @@ -40,7 +40,9 @@ using std::min; using std::max; #endif +#ifndef DONT_HAVE_GDIPLUS #include +#endif #if defined _MSC_VER #pragma warning(pop) #endif -- cgit