]> git.saurik.com Git - wxWidgets.git/commitdiff
Compile fix
authorJulian Smart <julian@anthemion.co.uk>
Tue, 21 Aug 2007 17:19:33 +0000 (17:19 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 21 Aug 2007 17:19:33 +0000 (17:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/vector.h

index 74252da28e0a7c071b871447c9edb3ccf4fbce16..1132087a5e288f33bb507b718363ab848a2e395c 100644 (file)
@@ -21,6 +21,8 @@
 
 #else // !wxUSE_STL
 
+#include "wx/utils.h"
+
 template<typename T>
 class wxVector
 {