]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/glcanvas.h
initialize wxBitmapButton members
[wxWidgets.git] / include / wx / glcanvas.h
index 0a6c7291229f2815bae0e22a3f9ad49f144100cb..45962a519d019cc90c8300548372d8072c9c174d 100644 (file)
@@ -11,6 +11,8 @@
 #include "wx/motif/glcanvas.h"
 #elif defined(__WXGTK__)
 #include "wx/gtk/glcanvas.h"
+#elif defined(__WXX11__)
+#include "wx/x11/glcanvas.h"
 #elif defined(__WXMAC__)
 #include "wx/mac/glcanvas.h"
 #elif defined(__WXPM__)
@@ -19,6 +21,7 @@
 #include "wx/stubs/glcanvas.h"
 #endif
 
+#include "wx/app.h"
 class WXDLLEXPORT wxGLApp : public wxApp
 {
 public: