From 4fe9efc1b937af4f1b4f5da545de9f24464fa01b Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 31 Aug 2003 20:52:26 +0000 Subject: [PATCH] Added missing include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/colour.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/os2/colour.cpp b/src/os2/colour.cpp index 1995b8fa2c..b9bd2f6bc3 100644 --- a/src/os2/colour.cpp +++ b/src/os2/colour.cpp @@ -12,6 +12,10 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" +#ifndef WX_PRECOMP + #include "wx/colour.h" +#endif + #include "wx/gdicmn.h" #define INCL_GPI #define INCL_PM -- 2.47.2