]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dataobj.cpp
Crash fix under VC++
[wxWidgets.git] / src / motif / dataobj.cpp
index 9a2117909159cddf8c968e6e3ac5b3fd5f57097d..fc9896cda829f242d6cdf0288a216052c5f725a8 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "dataobj.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/defs.h"
 
 #if wxUSE_CLIPBOARD