From 5d058060ca1b077b2c67c88e78933bd382b42833 Mon Sep 17 00:00:00 2001
From: Ian Bell <ian.bell@nist.gov>
Date: Fri, 17 Sep 2021 11:18:29 -0400
Subject: [PATCH] Also include types header

---
 include/teqp/derivs.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/teqp/derivs.hpp b/include/teqp/derivs.hpp
index 3c57374..aab9dc5 100644
--- a/include/teqp/derivs.hpp
+++ b/include/teqp/derivs.hpp
@@ -5,6 +5,8 @@
 #include <tuple>
 #include <map>
 
+#include "teqp/types.hpp"
+
 #include "MultiComplex/MultiComplex.hpp"
 
 // autodiff include
-- 
GitLab