Преглед на файлове

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>