From 0ef7fe4a0176288970259912e0330b185c449f7d Mon Sep 17 00:00:00 2001 From: Manohar Paluri Date: Wed, 4 Nov 2009 22:19:16 +0000 Subject: [PATCH] changed case of foreach ( it was capitals before and will not compile on linux ) --- cpp/Vector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/Vector.cpp b/cpp/Vector.cpp index 82a2f80d6..620359236 100644 --- a/cpp/Vector.cpp +++ b/cpp/Vector.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #ifdef WIN32 #include