X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/127eab18f80e5b298b8c0326609ed811035e6829..2d672c46c0c68ae560a537eacd3614b4114d73d4:/src/mgl/region.cpp diff --git a/src/mgl/region.cpp b/src/mgl/region.cpp index bd1da90543..36d60598d7 100644 --- a/src/mgl/region.cpp +++ b/src/mgl/region.cpp @@ -11,11 +11,15 @@ #include "wx/wxprec.h" #ifdef __BORLANDC__ -#pragma hdrstop + #pragma hdrstop #endif #include "wx/region.h" -#include "wx/gdicmn.h" + +#ifndef WX_PRECOMP + #include "wx/gdicmn.h" +#endif + #include "wx/thread.h" #include "wx/module.h"