From ba5e741ad32b27060c3f27db5c61088043f831b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 22 Jul 2020 10:15:15 +0200 Subject: [PATCH] adding pybind11/stl to ngcore (needed for BitArray ctor) --- libsrc/core/python_ngcore.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libsrc/core/python_ngcore.hpp b/libsrc/core/python_ngcore.hpp index 92cbbe62..a8ef5755 100644 --- a/libsrc/core/python_ngcore.hpp +++ b/libsrc/core/python_ngcore.hpp @@ -5,6 +5,7 @@ #include #include #include +#include #include "array.hpp" #include "archive.hpp"