]> git.saurik.com Git - wxWidgets.git/commitdiff
Add missing include for non-PCH builds
authorKevin Hock <hockkn@yahoo.com>
Sun, 12 Feb 2006 03:43:53 +0000 (03:43 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 12 Feb 2006 03:43:53 +0000 (03:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/spinctrl.h

index 597009107364602d9c782e7443db5bc1199243b7..ebc21230680cf57e57a62e80791692440e9ff2ff 100755 (executable)
@@ -22,6 +22,8 @@
 
 #if wxUSE_SPINBTN 
 
+#include "wx/containr.h"
+
 class WXDLLEXPORT wxSpinButton;
 class WXDLLEXPORT wxTextCtrl;