X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a1498c08b07625baa087622e75637a2f15325b6..b0b96f667dbc2fc2d3ebaa342c50bdea10f84a91:/src/mac/classic/pen.cpp diff --git a/src/mac/classic/pen.cpp b/src/mac/classic/pen.cpp index 2d46ddc01d..cd3184992c 100644 --- a/src/mac/classic/pen.cpp +++ b/src/mac/classic/pen.cpp @@ -9,10 +9,14 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/setup.h" -#include "wx/utils.h" +#include "wx/wxprec.h" + #include "wx/pen.h" +#ifndef WX_PRECOMP + #include "wx/utils.h" +#endif + IMPLEMENT_DYNAMIC_CLASS(wxPen, wxGDIObject) wxPenRefData::wxPenRefData()