From: Vadim Zeitlin Date: Fri, 6 Jan 2006 12:54:44 +0000 (+0000) Subject: added wx/object.h include (bug 1398517) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/4a6b1d2872542582c0eee36d5c53ce56d52719a0 added wx/object.h include (bug 1398517) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/tooltip.h b/include/wx/msw/tooltip.h index c5fbe836a0..367fe18a53 100644 --- a/include/wx/msw/tooltip.h +++ b/include/wx/msw/tooltip.h @@ -12,6 +12,8 @@ #ifndef _WX_MSW_TOOLTIP_H_ #define _WX_MSW_TOOLTIP_H_ +#include "wx/object.h" + class WXDLLEXPORT wxToolTip : public wxObject { public: