Explorar el Código

bindings for eval functions

Rener Oliveira (Ubuntu WSL) hace 2 años
padre
commit
f6509e1002
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>