From 5b06c6b2897d3f47afe7d6513cfd216344994bea Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Wed, 19 Oct 2011 17:05:45 +0000 Subject: [PATCH] Added namespaces so that it would compile. --- Cantera/cxx/demos/combustor/combustor.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cantera/cxx/demos/combustor/combustor.cpp b/Cantera/cxx/demos/combustor/combustor.cpp index b8a3c0c45..8f6c44ff4 100644 --- a/Cantera/cxx/demos/combustor/combustor.cpp +++ b/Cantera/cxx/demos/combustor/combustor.cpp @@ -12,6 +12,9 @@ #include using namespace CanteraZeroD; +using namespace Cantera; +using namespace Cantera_CXX; +using namespace std; void runexample() {