From 123343b372e05cc61348228e7af18b4722cc775b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 10 Aug 2006 13:53:25 +0000 Subject: [PATCH] compilation fix for compilation w/o precompiled headers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/colschem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/univ/colschem.cpp b/src/univ/colschem.cpp index 05868880ae..074088a7ea 100644 --- a/src/univ/colschem.cpp +++ b/src/univ/colschem.cpp @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/settings.h" + #include "wx/gdicmn.h" #endif // WX_PRECOMP #include "wx/univ/colschem.h" -- 2.45.2