From 397b669c3929d192b9f4a382106c91bf32b06067 Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Tue, 6 Jul 2021 17:52:47 -0400 Subject: [PATCH] Add the derivs header (IWYU) --- include/teqp/models/multifluid.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/teqp/models/multifluid.hpp b/include/teqp/models/multifluid.hpp index 025563f..fb37ff6 100644 --- a/include/teqp/models/multifluid.hpp +++ b/include/teqp/models/multifluid.hpp @@ -9,7 +9,9 @@ #include <optional> #include <variant> +#include "teqp/derivs.hpp" #include "teqp/types.hpp" + #include "MultiComplex/MultiComplex.hpp" #include "multifluid_eosterms.hpp" -- GitLab