bugfix: compile fixes
This commit is contained in:
parent
c7c29daf5e
commit
026560c427
2 changed files with 2 additions and 1 deletions
|
|
@ -5,3 +5,4 @@ set(SELF_SRCS pydistribution.cpp)
|
|||
|
||||
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
||||
xo_pybind11_dependency(${SELF_LIB} xo_distribution)
|
||||
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include "pydistribution.hpp"
|
||||
#include "xo/distribution/Normal.hpp"
|
||||
#include "xo/distribution/ExplicitDist.hpp"
|
||||
#include "xo/reflect/SelfTagging.hpp"
|
||||
//#include "xo/reflect/SelfTagging.hpp"
|
||||
#include "xo/pyutil/pyutil.hpp"
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <pybind11/stl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue