[Lemon-commits] [lemon_svn] marci: r1666 - hugo/trunk/src/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:46:52 CET 2006
Author: marci
Date: Tue Mar 22 12:35:07 2005
New Revision: 1666
Modified:
hugo/trunk/src/lemon/map_utils.h
Log:
DO NOT USE UNDECARED STUFF
Modified: hugo/trunk/src/lemon/map_utils.h
==============================================================================
--- hugo/trunk/src/lemon/map_utils.h (original)
+++ hugo/trunk/src/lemon/map_utils.h Tue Mar 22 12:35:07 2005
@@ -23,7 +23,7 @@
#define LEMON_MAP_UTILS_H
#include <map>
-
+#include <vector>
namespace lemon {
More information about the Lemon-commits
mailing list