diff --git a/include/wx/msw/evtloop.h b/include/wx/msw/evtloop.h index 2187942a73..cd4e02041b 100644 --- a/include/wx/msw/evtloop.h +++ b/include/wx/msw/evtloop.h @@ -12,6 +12,8 @@ #ifndef _WX_MSW_EVTLOOP_H_ #define _WX_MSW_EVTLOOP_H_ +#include "wx/window.h" + // ---------------------------------------------------------------------------- // wxEventLoop // ---------------------------------------------------------------------------- @@ -65,4 +67,3 @@ protected: }; #endif // _WX_MSW_EVTLOOP_H_ -