]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tabg.cpp
Don't send idle events while an assertion dialog is showing.
[wxWidgets.git] / src / generic / tabg.cpp
index bb3fc77c3d7b86f88444d98e7cab80ddc0437b4d..89cd65ab643d7e660a75c3315b6e96ff729a5142 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "tabg.h"
 #endif
 
@@ -25,6 +25,7 @@
 #ifndef WX_PRECOMP
     #include "wx/settings.h"
     #include "wx/intl.h"
+    #include "wx/dcclient.h"
 #endif
 
 #include <stdio.h>