X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40989e46b86777dd211faeb3e5d2366cdcc6d8cd..f2c88494b6978bee502f4c856ba9dc7e3b7c3954:/src/mgl/colour.cpp diff --git a/src/mgl/colour.cpp b/src/mgl/colour.cpp index 504aeabf0c..f4f2726879 100644 --- a/src/mgl/colour.cpp +++ b/src/mgl/colour.cpp @@ -12,13 +12,15 @@ // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" -#include "wx/colour.h" - #ifdef __BORLANDC__ #pragma hdrstop #endif -#include "wx/gdicmn.h" +#include "wx/colour.h" + +#ifndef WX_PRECOMP + #include "wx/gdicmn.h" +#endif IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)