bugfix: track modified path to generated include pyreflect.hpp

This commit is contained in:
Roland Conybeare 2023-10-18 13:39:08 -04:00
commit 10856b2ed9

View file

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