add missing wx/module.h header to fix PCH-less build (closes #10743)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_9_0_BRANCH@60396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-04-26 19:12:01 +00:00
parent e6f26c51c3
commit 312e4a1c8c

View File

@@ -27,6 +27,7 @@
#include "wx/intl.h"
#include "wx/log.h"
#include "wx/hashmap.h"
#include "wx/module.h"
#endif
#include "wx/msw/private.h"
@@ -53,7 +54,7 @@ static wxTimerMap& TimerMap()
// ----------------------------------------------------------------------------
// private functions
// ----------------------------------------------------------------------------
LRESULT APIENTRY _EXPORT wxTimerWndProc(HWND hWnd, UINT message,
WPARAM wParam, LPARAM lParam);