added missing include file for Apple DevTools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot 2002-01-04 21:52:39 +00:00
parent 962cbf2ee0
commit 26e83d4ff1

View File

@ -15,6 +15,7 @@
#define _WX_PRIVATE_H_ #define _WX_PRIVATE_H_
#include "wx/defs.h" #include "wx/defs.h"
#include "wx/window.h"
#if defined(__POWERPC__) && defined(__DARWIN__) #if defined(__POWERPC__) && defined(__DARWIN__)
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>