]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/pen.cpp
using the foreground brush to fill mono bitmaps - gradients are not yet supported
[wxWidgets.git] / src / mac / carbon / pen.cpp
index 2fb238858ad1a9e74d835a2640dbc2c24b9ecb86..7f0acfebe5349bf668a4bd69535537e51519fc6c 100644 (file)
 
 #include "wx/wxprec.h"
 
-#include "wx/utils.h"
 #include "wx/pen.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/utils.h"
+#endif
+
 IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject)
 
 wxPenRefData::wxPenRefData()