]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/clipbrd.cpp
added support for gcc precompiled headers
[wxWidgets.git] / src / gtk1 / clipbrd.cpp
index 251709b69ec780c2ef8c1ad0e80bb500be79bac9..6f316b16ee3d326f1759a0ecd82886c405695629 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "clipbrd.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/clipbrd.h"
 
 #if wxUSE_CLIPBOARD