bugfix: compile fix to include path for generated pyreflect.hpp

This commit is contained in:
Roland Conybeare 2023-10-18 12:49:06 -04:00
commit 5f927717b6

View file

@ -1,7 +1,7 @@
/* @file pyreflect.cpp */
// note: need pyreflect/ here bc pyreflect.hpp is generated, located in build directory
#include "src/pyreflect/pyreflect.hpp"
#include "xo/pyreflect/pyreflect.hpp"
#include "xo/reflect/TypeDescr.hpp"
#include "xo/reflect/TaggedRcptr.hpp"
#include "xo/reflect/SelfTagging.hpp"