]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checkbox.cpp
adaptions for m_peer
[wxWidgets.git] / src / motif / checkbox.cpp
index 144e2c47d129505a5b5cdc77dd9c637e87b9e183..dea61e497e0c1648a4df16689523c1b071d9ab06 100644 (file)
@@ -9,10 +9,13 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "checkbox.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #endif