From 413baa20a1d96d2e886bffc0b06ff97f6d8c472b Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Mon, 28 Mar 2005 23:00:05 +0000 Subject: [PATCH] Separate includes needed for Darwin and classic [ followup on Patch 1160346 ] git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/app.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h index 16d2af3078..f0bf02512e 100644 --- a/include/wx/mac/carbon/app.h +++ b/include/wx/mac/carbon/app.h @@ -21,7 +21,11 @@ #include "wx/gdicmn.h" #include "wx/event.h" +#ifdef __DARWIN__ #include +#else +#include +#endif class WXDLLEXPORT wxFrame; class WXDLLEXPORT wxWindowMac; -- 2.45.2