X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/568cdf9c4cba50acac3b67a435f135306c913c1a..c3eeb758b7790948751f547fd5ef803a75b803a4:/src/cocoa/pen.mm diff --git a/src/cocoa/pen.mm b/src/cocoa/pen.mm index 21c5865c3b..8872b82cec 100644 --- a/src/cocoa/pen.mm +++ b/src/cocoa/pen.mm @@ -9,8 +9,10 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/setup.h" -#include "wx/pen.h" +#include "wx/wxprec.h" +#ifndef WX_PRECOMP + #include "wx/pen.h" +#endif //WX_PRECOMP #include "wx/bitmap.h" #include "wx/colour.h"