From da6205f7fb49b9a806b9e8f75f8e05af4dee61f2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 27 Dec 2005 22:16:05 +0000 Subject: [PATCH] compilation fix after latest dc.h changes for !WX_PRECOMP case git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/splitter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/splitter.cpp b/src/generic/splitter.cpp index 5bafc84269..1dba3581bf 100644 --- a/src/generic/splitter.cpp +++ b/src/generic/splitter.cpp @@ -23,6 +23,7 @@ #include "wx/utils.h" #include "wx/log.h" + #include "wx/dcclient.h" #include "wx/dcscreen.h" #include "wx/window.h" -- 2.47.2