]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
set eol style correctly (see #10745)
[wxWidgets.git] / src / msw / timer.cpp
index cbe60a28fb9ef67e077a81227b63cfb9097700ff..a82534c49287651a38e334038172f582e94d7f29 100644 (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);