From e4272010e682c40d3d553836668f6e7d636ff398 Mon Sep 17 00:00:00 2001 From: Patrick Johnmeyer Date: Wed, 9 Jan 2013 23:45:02 -0600 Subject: [PATCH] r24 | charles.nicholson | 2010-03-19 18:34:42 -0500 (Fri, 19 Mar 2010) | 1 line inject 'using namespace std' into TestTestMacros.cpp --- src/tests/TestTestMacros.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/TestTestMacros.cpp b/src/tests/TestTestMacros.cpp index 87cfef7..b057e4f 100644 --- a/src/tests/TestTestMacros.cpp +++ b/src/tests/TestTestMacros.cpp @@ -8,6 +8,7 @@ #include "ScopedCurrentTest.h" using namespace UnitTest; +using namespace std; namespace {