diff --git a/contrib/include/wx/gizmos/gizmos.h b/contrib/include/wx/gizmos/gizmos.h index 7093f400e0..43207ea437 100644 --- a/contrib/include/wx/gizmos/gizmos.h +++ b/contrib/include/wx/gizmos/gizmos.h @@ -14,7 +14,7 @@ #elif defined(WXUSINGDLL) #define WXDLLIMPEXP_GIZMOS_XRC WXIMPORT #else // not making nor using DLL - #define WXDLLIMPEXP_GIZMOS + #define WXDLLIMPEXP_GIZMOS_XRC #endif #endif diff --git a/contrib/include/wx/gizmos/xh_statpict.h b/contrib/include/wx/gizmos/xh_statpict.h index e9d20c15fc..a836afcfa6 100644 --- a/contrib/include/wx/gizmos/xh_statpict.h +++ b/contrib/include/wx/gizmos/xh_statpict.h @@ -16,6 +16,7 @@ #endif #include "wx/xrc/xmlres.h" +#include "wx/gizmos/gizmos.h" // // XML resource handler for the wxStaticPicture class in wxContrib.