From 0c8815a4647e53aef705ed131611b113c395a200 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 7 Jun 2022 08:09:21 -0400 Subject: [PATCH] Add types header for PC-SAFT --- include/teqp/models/pcsaft.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/teqp/models/pcsaft.hpp b/include/teqp/models/pcsaft.hpp index 13b8deb..48b645f 100644 --- a/include/teqp/models/pcsaft.hpp +++ b/include/teqp/models/pcsaft.hpp @@ -1,6 +1,7 @@ #pragma once #include "nlohmann/json.hpp" +#include "teqp/types.hpp" #include "teqp/exceptions.hpp" #include "teqp/constants.hpp" -- GitLab