fix for pybind11

This commit is contained in:
kreso-t
2018-08-19 16:56:24 +02:00
committed by wmayer
parent 8c72e73afe
commit 337db65af6

View File

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