]> git.saurik.com Git - wxWidgets.git/commitdiff
fix part of proposal at http://news.gmane.org/find-root.php?message_id=%3c45A2343E...
authorChris Elliott <biol75@york.ac.uk>
Mon, 8 Jan 2007 13:40:59 +0000 (13:40 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 8 Jan 2007 13:40:59 +0000 (13:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/window.cpp

index b8a268cd53b1b07e06602330c2374f1ffac5a7f9..84e595f19fa843d72579c2d5354ad9d03c03d487 100644 (file)
 #include "wx/spinctrl.h"
 #include "wx/geometry.h"
 
+#if wxUSE_LISTCTRL
+    #include "wx/listctrl.h"
+#endif
+
+#if wxUSE_TREECTRL
+    #include "wx/treectrl.h"
+#endif
+
 #if wxUSE_CARET
     #include "wx/caret.h"
 #endif