X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3ebcd89da96295ac7d436bda784685fafe121e87..03a991bc7aae8849871c8215d3732f431f2f6219:/src/gtk1/bitmap.cpp?ds=inline diff --git a/src/gtk1/bitmap.cpp b/src/gtk1/bitmap.cpp index 4074770d26..05f616edce 100644 --- a/src/gtk1/bitmap.cpp +++ b/src/gtk1/bitmap.cpp @@ -7,10 +7,13 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "bitmap.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + #include "wx/defs.h" #include "wx/palette.h"