From 2d615fe9336b30558216af831eb52b598af336c9 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Tue, 21 Aug 2007 17:19:33 +0000 Subject: [PATCH] Compile fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48308 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 74252da28e..1132087a5e 100644 --- a/include/wx/vector.h +++ b/include/wx/vector.h @@ -21,6 +21,8 @@ #else // !wxUSE_STL +#include "wx/utils.h" + template class wxVector { -- 2.47.2