From: Stefan Csomor Date: Fri, 27 Jan 2006 09:50:40 +0000 (+0000) Subject: app.h must be included for the non RAEL implementation, as universal binaries command... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8071012d63f20d757554f9ed4b9cd3e789e5f0cd?ds=sidebyside app.h must be included for the non RAEL implementation, as universal binaries command line builds don't support precomps yet ... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37177 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/evtloop.cpp b/src/mac/carbon/evtloop.cpp index 7c2b0babeb..ab9e51700d 100644 --- a/src/mac/carbon/evtloop.cpp +++ b/src/mac/carbon/evtloop.cpp @@ -25,6 +25,7 @@ #endif #include "wx/evtloop.h" +#include "wx/app.h" #include