]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/docview/doc.h
added workaround for GTK+ focus_out bug (and removed Vaclav's mouse capture stack...
[wxWidgets.git] / samples / docview / doc.h
index eed0e8dec5a2809113ae97c156349cf6af90519c..a843fc2f780d706db87d81230f09894e74f98336 100644 (file)
@@ -17,6 +17,7 @@
 #define __DOCSAMPLEH__
 
 #include "wx/docview.h"
+#include "wx/cmdproc.h"
 
 // Plots a line from one point to the other
 class DoodleLine: public wxObject