]> git.saurik.com Git - wxWidgets.git/commitdiff
added missing include files for compilation with Apple Developer Tools
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 3 Jul 2004 11:56:25 +0000 (11:56 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 3 Jul 2004 11:56:25 +0000 (11:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/renderer.cpp

index 544b0c9c27b477c8726a85a583f270ba3baf13c6..571c40c75d65abb040d775d119baba3de2ff1dde 100644 (file)
@@ -32,6 +32,8 @@
 #endif //WX_PRECOMP
 
 #include "wx/renderer.h"
+#include "wx/toplevel.h"
+#include "wx/dcclient.h"
 #include "wx/mac/uma.h"
 
 // ----------------------------------------------------------------------------