Переглянути джерело

bindings for eval functions

Rener Oliveira (Ubuntu WSL) 1 рік тому
батько
коміт
f6509e1002
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      src/bindings.cpp

+ 1 - 0
src/bindings.cpp

@@ -1,6 +1,7 @@
 #include <pybind11/pybind11.h>
 #include <pybind11/stl.h>
 #include <pybind11/complex.h>
+#include <pybind11/functional.h>
 #include <pybind11/operators.h>
 #include <pybind11/iostream.h>
 #include <iostream>