X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9eddec696f06d65a80e7339b2fae14fcb55f8383..850df2d78866c3edcf848103b5dbc7e7fa1ee5fa:/src/x11/settings.cpp?ds=sidebyside diff --git a/src/x11/settings.cpp b/src/x11/settings.cpp index 3dc76f3a75..c8016efec9 100644 --- a/src/x11/settings.cpp +++ b/src/x11/settings.cpp @@ -18,7 +18,10 @@ #include "wx/settings.h" -#include "wx/gdicmn.h" +#ifndef WX_PRECOMP + #include "wx/gdicmn.h" +#endif + #include "wx/x11/private.h" wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)