]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 20:52:26 +0000 (20:52 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 20:52:26 +0000 (20:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23330 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/colour.cpp

index 1995b8fa2c90b6535e66e8cc28605e910e5519be..b9bd2f6bc3fe42b02a674766b990527c768f9e9e 100644 (file)
 // 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