we have to include the mac/private header in order to the OSX macro at all

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-08-07 19:23:53 +00:00
parent 977a381865
commit 7a96ca3a45

View File

@ -36,6 +36,10 @@
#include "wx/settings.h"
#endif
#ifdef __WXMAC__
#include "wx/mac/private.h"
#endif
#include "wx/renderer.h"
#include "wx/splitter.h"