From 2b03d9615e3c127fcc59465c5f71a1aa60cce732 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Tue, 21 Mar 2017 13:00:05 +0000
Subject: [PATCH] ENH: perfectGasI - added #include "thermodynamicConstants.H"
 to enable builds for derived classes

---
 .../specie/equationOfState/perfectGas/perfectGasI.H            | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H
index 94e0c500ffc..67a75fdb401 100644
--- a/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H
+++ b/src/thermophysicalModels/specie/equationOfState/perfectGas/perfectGasI.H
@@ -24,6 +24,9 @@ License
 \*---------------------------------------------------------------------------*/
 
 #include "perfectGas.H"
+#include "thermodynamicConstants.H"
+
+using namespace Foam::constant::thermodynamic;
 
 // * * * * * * * * * * * * * Private Member Functions  * * * * * * * * * * * //
 
-- 
GitLab