소스 검색

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>