From: Stefan Neis Date: Sat, 17 May 2008 09:28:36 +0000 (+0000) Subject: Added missing #include. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/32ba01607b79bb61330136c66e1af9b442d2e214 Added missing #include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/app.cpp b/src/os2/app.cpp index 6bcf77e8cf..f896e02201 100644 --- a/src/os2/app.cpp +++ b/src/os2/app.cpp @@ -35,6 +35,7 @@ #include "wx/stdpaths.h" #include "wx/filename.h" +#include "wx/evtloop.h" #include "wx/os2/private.h"