From 32ba01607b79bb61330136c66e1af9b442d2e214 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 17 May 2008 09:28:36 +0000 Subject: [PATCH] Added missing #include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/app.cpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.50.0