]> git.saurik.com Git - wxWidgets.git/commitdiff
Added include file for non-precompiled headers.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 22 Apr 2001 23:10:14 +0000 (23:10 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 22 Apr 2001 23:10:14 +0000 (23:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/app.cpp

index 40ef90f53a65c063e333dc5ada8aaf323cf736ca..7288a6e08cc54f8d8f7bcfa3b3f601f379b1278e 100644 (file)
@@ -27,8 +27,9 @@
     #include "wx/msgdlg.h"
     #include "wx/intl.h"
     #include "wx/dynarray.h"
-#   include "wx/wxchar.h"
-#   include "wx/icon.h"
+    #include "wx/wxchar.h"
+    #include "wx/icon.h"
+    #include "wx/timer.h"
 #endif
 
 #include "wx/log.h"