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