]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statline.cpp
Cleanup
[wxWidgets.git] / src / gtk1 / statline.cpp
index 4e8f0787cb0b5d2f1a0dad7912883a1d6b8c05fe..d4299aa62ebfe87f1d0e11fe552757a38e968bd4 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "statline.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/statline.h"
 
 #if wxUSE_STATLINE