瀏覽代碼

bindings for eval functions

Rener Oliveira (Ubuntu WSL) 2 年之前
父節點
當前提交
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>