From a536a8bf3f626fec6a9d9ffd82729185d216ac6a Mon Sep 17 00:00:00 2001 From: David Surovell Date: Thu, 29 Dec 2005 06:43:26 +0000 Subject: [PATCH] fix MinGW/gcc compilation issue git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/sashwin.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/sashwin.cpp b/src/generic/sashwin.cpp index 945582381a..85b0648bf4 100644 --- a/src/generic/sashwin.cpp +++ b/src/generic/sashwin.cpp @@ -31,6 +31,7 @@ #include #include "wx/dcscreen.h" +#include "wx/dcclient.h" #include "wx/sashwin.h" #include "wx/laywin.h" -- 2.49.0