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
This commit is contained in:
Kevin Hock 2005-03-28 23:00:05 +00:00
parent df5204e0a4
commit 413baa20a1

View File

@ -21,7 +21,11 @@
#include "wx/gdicmn.h"
#include "wx/event.h"
#ifdef __DARWIN__
#include <CoreFoundation/CoreFoundation.h>
#else
#include <CoreFoundation.h>
#endif
class WXDLLEXPORT wxFrame;
class WXDLLEXPORT wxWindowMac;