X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c41c20a566cb7558661a68c0ed6712a84982093f..853bbd9e35fd613d892ee0d4ff30bf20e2be4eee:/src/mgl/pen.cpp diff --git a/src/mgl/pen.cpp b/src/mgl/pen.cpp index dc2e476e82..686e6d46db 100644 --- a/src/mgl/pen.cpp +++ b/src/mgl/pen.cpp @@ -8,7 +8,7 @@ ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "pen.h" #endif @@ -21,6 +21,7 @@ #include "wx/pen.h" #include "wx/bitmap.h" +#include "wx/colour.h" #include "wx/mgl/private.h" //-----------------------------------------------------------------------------