xo-pyexpression: bugfix: missing #includes for pybind11 opt feats
This commit is contained in:
parent
3d354f7657
commit
a9deebaa90
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#include "xo/expression/ConstantInterface.hpp"
|
||||
#include "xo/expression/Constant.hpp"
|
||||
#include "xo/pyutil/pyutil.hpp"
|
||||
#include <pybind11/functional.h>
|
||||
#include <pybind11/stl.h>
|
||||
#include <cmath>
|
||||
|
||||
namespace xo {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue