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