X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0ba6a836246ee6768c29d50adfe9fee30221da8e..b9eb3d9de670bdeb0b6c2500b43bb74bc3807bd9:/src/mac/classic/brush.cpp diff --git a/src/mac/classic/brush.cpp b/src/mac/classic/brush.cpp index bf5c4c368f..a2e9e6d798 100644 --- a/src/mac/classic/brush.cpp +++ b/src/mac/classic/brush.cpp @@ -11,9 +11,12 @@ #include "wx/wxprec.h" -#include "wx/utils.h" #include "wx/brush.h" +#ifndef WX_PRECOMP + #include "wx/utils.h" +#endif + #include "wx/mac/private.h" IMPLEMENT_DYNAMIC_CLASS(wxBrush, wxGDIObject)