bugfix: compile fixes

This commit is contained in:
Roland Conybeare 2023-10-23 20:28:52 -04:00
commit 026560c427
2 changed files with 2 additions and 1 deletions

View file

@ -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>