From ee22109ec584a5e517bf3c68858bface0699c2bb Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Tue, 20 Mar 2007 21:57:15 +0000 Subject: [PATCH] Solaris 10 update Added various c include files. --- Cantera/src/ConstCpPoly.cpp | 1 + Cantera/src/ConstDensityThermo.cpp | 1 + Cantera/src/Group.cpp | 1 + Cantera/src/LatticePhase.cpp | 1 + Cantera/src/stringUtils.cpp | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cantera/src/ConstCpPoly.cpp b/Cantera/src/ConstCpPoly.cpp index 38e1bcd3e..aaf75dfaa 100644 --- a/Cantera/src/ConstCpPoly.cpp +++ b/Cantera/src/ConstCpPoly.cpp @@ -11,6 +11,7 @@ #include "ConstCpPoly.h" +#include namespace Cantera { diff --git a/Cantera/src/ConstDensityThermo.cpp b/Cantera/src/ConstDensityThermo.cpp index 2fbaf1807..cfead401a 100755 --- a/Cantera/src/ConstDensityThermo.cpp +++ b/Cantera/src/ConstDensityThermo.cpp @@ -13,6 +13,7 @@ #include "mix_defs.h" #include "ConstDensityThermo.h" #include "SpeciesThermo.h" +#include namespace Cantera { diff --git a/Cantera/src/Group.cpp b/Cantera/src/Group.cpp index e6c2c36f7..e86317197 100755 --- a/Cantera/src/Group.cpp +++ b/Cantera/src/Group.cpp @@ -20,6 +20,7 @@ #include #include "Group.h" +#include namespace Cantera { diff --git a/Cantera/src/LatticePhase.cpp b/Cantera/src/LatticePhase.cpp index 67e9dce4f..1e2256d3b 100644 --- a/Cantera/src/LatticePhase.cpp +++ b/Cantera/src/LatticePhase.cpp @@ -14,6 +14,7 @@ #include "mix_defs.h" #include "LatticePhase.h" #include "SpeciesThermo.h" +#include namespace Cantera { diff --git a/Cantera/src/stringUtils.cpp b/Cantera/src/stringUtils.cpp index 80a91ee8b..8ff783668 100755 --- a/Cantera/src/stringUtils.cpp +++ b/Cantera/src/stringUtils.cpp @@ -17,7 +17,7 @@ #include "ct_defs.h" #include "ctexceptions.h" #include -#include +#include #include namespace Cantera {