fix include path for generated .hpp

This commit is contained in:
Roland Conybeare 2023-10-20 12:34:06 -04:00
commit 3194fb35f7

View file

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