]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/colour.cpp
COW cleanup patch (1583966):
[wxWidgets.git] / src / mac / classic / colour.cpp
index 2ceddee5988a9e2fd636e17a8582699331ea6e03..17760ac498e74b5ae3a9b080a960957261167bca 100644 (file)
@@ -13,7 +13,9 @@
 
 #include "wx/colour.h"
 
-#include "wx/gdicmn.h"
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)