]> git.saurik.com Git - wxWidgets.git/commitdiff
solving include order problems for stl and xti
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Jan 2012 14:04:47 +0000 (14:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 19 Jan 2012 14:04:47 +0000 (14:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/utilscocoa.mm

index dc4248f3c7b0b115c433ebc03783028c24c25791..5153ed6740c9fbbe6d428c371d2e869a06b935e2 100644 (file)
 
 #include "wx/wxprec.h"
 
+#ifndef WX_PRECOMP
+#include "wx/object.h"
+#endif
+
 #if wxOSX_USE_COCOA_OR_CARBON
 #include <Cocoa/Cocoa.h>
 #else