X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5375d25c71a2159792567f358a1f494d0bcbdc8..a2d3a3d1d38ef64050ddcd9b2754c855167aad1f:/src/mac/carbon/stattext.cpp?ds=sidebyside diff --git a/src/mac/carbon/stattext.cpp b/src/mac/carbon/stattext.cpp index 16e9aca2fb..f01e11f666 100644 --- a/src/mac/carbon/stattext.cpp +++ b/src/mac/carbon/stattext.cpp @@ -9,10 +9,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "stattext.h" #endif +#include "wx/wxprec.h" + #include "wx/app.h" #include "wx/stattext.h" #include "wx/notebook.h"