Explorar o código

bindings for eval functions

Rener Oliveira (Ubuntu WSL) %!s(int64=2) %!d(string=hai) anos
pai
achega
f6509e1002
Modificáronse 1 ficheiros con 1 adicións e 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>