]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/bitmap.cpp
rtti api mods added
[wxWidgets.git] / src / gtk / bitmap.cpp
index 4074770d2609c9f1a73fea2d3f73a6f745f9579c..05f616edcef1d6a72475d679037278a8400d06a6 100644 (file)
@@ -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"