]> git.saurik.com Git - wxWidgets.git/commitdiff
Added include for wx/window.h to get this to compile.
authorMichael Bedward <mbedward@ozemail.com.au>
Sun, 15 Aug 1999 02:59:41 +0000 (02:59 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Sun, 15 Aug 1999 02:59:41 +0000 (02:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/dcscreen.cpp

index 04c409033ff0b803b2ca07b9c1d73bf01ec30787..df547fe628877bffdda5bbec0036e5b62f3a6b16 100644 (file)
@@ -13,6 +13,7 @@
 #pragma implementation "dcscreen.h"
 #endif
 
+#include "wx/window.h"
 #include "wx/dcscreen.h"
 #include "wx/utils.h"