X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83ed867e70da06acb2311fa5749263b483c2002c..2cc6b51b90824893ed26ff9ff08b41fe289fd26f:/include/wx/richtooltip.h diff --git a/include/wx/richtooltip.h b/include/wx/richtooltip.h index a076a6fcd1..7c72ed6528 100644 --- a/include/wx/richtooltip.h +++ b/include/wx/richtooltip.h @@ -11,9 +11,12 @@ #ifndef _WX_RICHTOOLTIP_H_ #define _WX_RICHTOOLTIP_H_ +#include "wx/defs.h" + #if wxUSE_RICHTOOLTIP -class WXDLLIMPEXP_FWD_CORE wxColour; +#include "wx/colour.h" + class WXDLLIMPEXP_FWD_CORE wxFont; class WXDLLIMPEXP_FWD_CORE wxIcon; class WXDLLIMPEXP_FWD_CORE wxWindow;