From: Vadim Zeitlin Date: Mon, 20 Jun 2005 00:23:44 +0000 (+0000) Subject: compilation fix for wxUSE_OLE==0 for WinCE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/58b76be1c2eba196396529747a4f0d5a5d2c5f93 compilation fix for wxUSE_OLE==0 for WinCE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 529d6688c0..5723a87d05 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -69,7 +69,8 @@ #endif // broken compilers #if defined(__POCKETPC__) || defined(__SMARTPHONE__) -#include + #include + #include #endif #if wxUSE_OLE