added missing include files for compilation with Apple Developer Tools

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2004-07-03 11:56:25 +00:00
parent a589495eeb
commit 5d91a08807

View File

@@ -32,6 +32,8 @@
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/renderer.h" #include "wx/renderer.h"
#include "wx/toplevel.h"
#include "wx/dcclient.h"
#include "wx/mac/uma.h" #include "wx/mac/uma.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------