From: Stefan Csomor Date: Mon, 21 Jun 2010 11:50:53 +0000 (+0000) Subject: adding fix for non-precomp header build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/697dce56f16935abd7f82641c59bdf54f15ad3d6 adding fix for non-precomp header build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/nonownedwnd.mm b/src/osx/cocoa/nonownedwnd.mm index 235cc8111b..5002792b0f 100644 --- a/src/osx/cocoa/nonownedwnd.mm +++ b/src/osx/cocoa/nonownedwnd.mm @@ -13,6 +13,7 @@ #ifndef WX_PRECOMP #include "wx/nonownedwnd.h" #include "wx/frame.h" + #include "wx/app.h" #endif #include "wx/osx/private.h"