adding pybind11/stl to ngcore (needed for BitArray ctor)

This commit is contained in:
Joachim Schöberl 2020-07-22 10:15:15 +02:00
parent b37a3e6cf6
commit ba5e741ad3

View File

@ -5,6 +5,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/operators.h>
#include <pybind11/numpy.h>
#include <pybind11/stl.h>
#include "array.hpp"
#include "archive.hpp"