From: Stefan Neis Date: Sun, 22 Apr 2001 23:10:14 +0000 (+0000) Subject: Added include file for non-precompiled headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cb21bd1b1042b191e59babb98267de3ec7c94c20?ds=sidebyside Added include file for non-precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/app.cpp b/src/os2/app.cpp index 40ef90f53a..7288a6e08c 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -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"