From 7df6b37a5020a351adc11d06d70383fc89a30574 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 21 Jan 2008 08:45:19 +0000 Subject: [PATCH] reverted last commit, it was wrong git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51303 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/vector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/vector.h b/include/wx/vector.h index 9511ab2ab3..9de3d72467 100644 --- a/include/wx/vector.h +++ b/include/wx/vector.h @@ -21,6 +21,8 @@ #else // !wxUSE_STL +#include "wx/utils.h" + #include "wx/beforestd.h" #include // for placement new #include "wx/afterstd.h" -- 2.45.2