X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/044077236a9a78b519254789e70f7ab23fde7e97..4aae00c69cf6e44c52e1a9e39f60c5d6a3498b02:/src/common/colourcmn.cpp diff --git a/src/common/colourcmn.cpp b/src/common/colourcmn.cpp index 3c238495d4..3d401098e3 100644 --- a/src/common/colourcmn.cpp +++ b/src/common/colourcmn.cpp @@ -22,10 +22,13 @@ #ifndef WX_PRECOMP #include "wx/log.h" #include "wx/utils.h" + #include "wx/gdicmn.h" + #include "wx/wxcrtvararg.h" #endif -#include "wx/gdicmn.h" - +#if wxUSE_VARIANT +IMPLEMENT_VARIANT_OBJECT_EXPORTED(wxColour,WXDLLEXPORT) +#endif // ============================================================================ // wxString <-> wxColour conversions