From 9a1ab2c4fc66605c52fc38c46efc3a2ce5b2388d Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 28 Nov 2006 20:11:19 +0000 Subject: [PATCH] Added the namespace std; --- test_problems/min_python/negATest/negATest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test_problems/min_python/negATest/negATest.cpp b/test_problems/min_python/negATest/negATest.cpp index 9e253fb74..bf79f816b 100644 --- a/test_problems/min_python/negATest/negATest.cpp +++ b/test_problems/min_python/negATest/negATest.cpp @@ -24,6 +24,7 @@ #endif using namespace Cantera; +using namespace std; # int main(int argc, char **argv) {