From 9629055b4601760f02b1e1fbda0c5a5853b830f7 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Mon, 10 May 2021 15:08:55 -0400
Subject: [PATCH] Add missing header for van der Waals models

---
 include/teqp/models/eos.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/teqp/models/eos.hpp b/include/teqp/models/eos.hpp
index dd8e17d..154bdfc 100644
--- a/include/teqp/models/eos.hpp
+++ b/include/teqp/models/eos.hpp
@@ -2,6 +2,7 @@
 
 #include <optional>
 #include "teqp/constants.hpp"
+#include "teqp/types.hpp"
 
 /** 
 To add:
-- 
GitLab