From 4c151c737e514a8b8ccdc6eebc9a6d421e8d59ec Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Sun, 15 Aug 1999 02:59:41 +0000 Subject: [PATCH] Added include for wx/window.h to get this to compile. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/motif/dcscreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/motif/dcscreen.cpp b/src/motif/dcscreen.cpp index 04c409033f..df547fe628 100644 --- a/src/motif/dcscreen.cpp +++ b/src/motif/dcscreen.cpp @@ -13,6 +13,7 @@ #pragma implementation "dcscreen.h" #endif +#include "wx/window.h" #include "wx/dcscreen.h" #include "wx/utils.h" -- 2.45.2