From 77bbce6f3954721606504b739de12707c2306042 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Mon, 24 Oct 2005 21:57:09 +0000 Subject: [PATCH] Added the new file. --- Cantera/cxx/include/thermo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Cantera/cxx/include/thermo.h b/Cantera/cxx/include/thermo.h index 41291fcee..c66b09c7b 100755 --- a/Cantera/cxx/include/thermo.h +++ b/Cantera/cxx/include/thermo.h @@ -10,5 +10,6 @@ #define CT_THERMO_INCL #include "kernel/thermo/SingleSpeciesTP.h" +#include "kernel/thermo/StoichSubstanceSSTP.h" #endif