X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2b5f62a0b2db198609b45dec622a018dae37008e..a2e268df1930c645479f782ad068ecc3686cc62d:/src/gtk/region.cpp diff --git a/src/gtk/region.cpp b/src/gtk/region.cpp index f9ac057cbe..20746fb14b 100644 --- a/src/gtk/region.cpp +++ b/src/gtk/region.cpp @@ -12,7 +12,7 @@ // declarations // ============================================================================ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "region.h" #endif @@ -20,6 +20,9 @@ // headers // ---------------------------------------------------------------------------- +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/log.h" #include "wx/region.h"