From 83293736202c896708931203f73b99e5bd07b12d Mon Sep 17 00:00:00 2001 From: Ian Bell <ian.bell@nist.gov> Date: Fri, 4 Nov 2022 21:41:44 -0400 Subject: [PATCH] Fix pybind11 includes --- interface/pybind11_wrapper.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/interface/pybind11_wrapper.cpp b/interface/pybind11_wrapper.cpp index b500c63..ab86890 100644 --- a/interface/pybind11_wrapper.cpp +++ b/interface/pybind11_wrapper.cpp @@ -1,4 +1,9 @@ -#include "pybind11_wrapper.hpp" +#include "nlohmann/json.hpp" +#include "pybind11_json/pybind11_json.hpp" + +#include <pybind11/pybind11.h> +#include <pybind11/stl.h> +#include <pybind11/eigen.h> #include "teqpversion.hpp" #include "teqp/ideal_eosterms.hpp" -- GitLab