diff --git a/src/msw/graphics.cpp b/src/msw/graphics.cpp index 874cf41a02..927eda7d4c 100644 --- a/src/msw/graphics.cpp +++ b/src/msw/graphics.cpp @@ -35,7 +35,6 @@ #include "wx/dcclient.h" #include "wx/dcmemory.h" #include "wx/dcprint.h" - #include // for FLT_MAX, FLT_MIN #endif #include "wx/stack.h" @@ -54,6 +53,7 @@ #if wxUSE_COMMON_DIALOGS #include #endif +#include // for FLT_MAX, FLT_MIN // Define REAL_MAX, REAL_MIN // if it isn't done in GDI+ header(s).