fix for pybind11

This commit is contained in:
kreso-t
2018-08-19 16:56:24 +02:00
committed by wmayer
parent 7ca6f83752
commit f7773a1dc9

View File

@@ -15,6 +15,7 @@
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include <pybind11/functional.h>
#include <pybind11/operators.h>
#include <vector>