#define _WX_MSW_EVTLOOP_H_
#if wxUSE_GUI
+#include "wx/dynarray.h"
+#include "wx/msw/wrapwin.h"
#include "wx/window.h"
#endif
#if wxUSE_GUI
-WX_DECLARE_OBJARRAY(MSG, wxMSGArray);
+WX_DECLARE_EXPORTED_OBJARRAY(MSG, wxMSGArray);
class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxMSWEventLoopBase
{