From 80c092119e987191efdd67328a60a92d6853c2fd Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Tue, 18 May 2021 14:05:11 -0400 Subject: [PATCH] Include stl / eigen support for Pybind11 Eventually will work to wrap more atom / cube functions Signed-off-by: Geoff Hutchison --- python/core.cpp | 2 ++ python/io.cpp | 1 + 2 files changed, 3 insertions(+) diff --git a/python/core.cpp b/python/core.cpp index dd8cc124d..497aa3a9e 100644 --- a/python/core.cpp +++ b/python/core.cpp @@ -1,4 +1,6 @@ #include +#include +#include #include #include diff --git a/python/io.cpp b/python/io.cpp index 59dafa846..50b94a922 100644 --- a/python/io.cpp +++ b/python/io.cpp @@ -1,4 +1,5 @@ #include +#include #include #include