diff --git a/interface/pybind11_wrapper.cpp b/interface/pybind11_wrapper.cpp
index b500c63750c1444eed2c8fbcd27f746666b27a88..ab86890c150a4224e324aab5ff7abbe4f48e597e 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"