From 1df2ed561179fee1354327f2f6a22cfccc841969 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Mon, 14 Apr 2014 18:37:24 +0000 Subject: [PATCH] Add a missing #include --- src/thermo/ShomatePoly.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/thermo/ShomatePoly.h b/src/thermo/ShomatePoly.h index 52949c8ce..6fcb46931 100644 --- a/src/thermo/ShomatePoly.h +++ b/src/thermo/ShomatePoly.h @@ -14,6 +14,7 @@ #include "cantera/thermo/SpeciesThermoInterpType.h" #include "cantera/base/global.h" +#include "cantera/base/ctexceptions.h" namespace Cantera {