]> git.saurik.com Git - wxWidgets.git/commitdiff
reverted last commit, it was wrong
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 21 Jan 2008 08:45:19 +0000 (08:45 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 21 Jan 2008 08:45:19 +0000 (08:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/vector.h

index 9511ab2ab362b722fb003c62cd5d76859945bd7c..9de3d724672cd0537cc2d5e8d210e01f31d32f7b 100644 (file)
@@ -21,6 +21,8 @@
 
 #else // !wxUSE_STL
 
+#include "wx/utils.h"
+
 #include "wx/beforestd.h"
 #include <new> // for placement new
 #include "wx/afterstd.h"