X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e933b5bc365e0907a4f0fd15b4c49e4c96c2b59f..264cb7f5f33e6d4fcae54093f5169c559190ecd0:/src/x11/region.cpp diff --git a/src/x11/region.cpp b/src/x11/region.cpp index 518af38e74..dd487ea50f 100644 --- a/src/x11/region.cpp +++ b/src/x11/region.cpp @@ -12,8 +12,12 @@ #include "wx/wxprec.h" #include "wx/region.h" + +#ifndef WX_PRECOMP + #include "wx/log.h" +#endif + #include "wx/gdicmn.h" -#include "wx/log.h" #ifdef __VMS__ #pragma message disable nosimpint