]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/glcanvas.cpp
xti additions / changes, trying to reduce dependencies
[wxWidgets.git] / src / msw / glcanvas.cpp
index 4f84b3c3884f7e828c8dfb5103b3425fa01d5161..f854b48a7ebe581adbb9e341407f09953a9e536f 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "glcanvas.h"
 #endif
 
@@ -26,6 +26,7 @@
     #include "wx/settings.h"
     #include "wx/intl.h"
     #include "wx/log.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/msw/private.h"