]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colour.cpp
panther fix
[wxWidgets.git] / src / gtk / colour.cpp
index ce9b00c4c19b839a6d854f581f1b605411b39415..3b148e7bd3f3f58b9283f1c08865b739464651b3 100644 (file)
@@ -8,10 +8,13 @@
 /////////////////////////////////////////////////////////////////////////////
 
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "colour.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/gdicmn.h"
 #include "wx/colour.h"
 #include "wx/gtk/private.h"