xo-object: nix build requires specific include paths

This commit is contained in:
Roland Conybeare 2026-02-27 11:34:46 +11:00
commit dedb0aaa1b
4 changed files with 16 additions and 9 deletions

View file

@ -8,8 +8,8 @@
#include "Float.hpp"
#include "Boolean.hpp"
#include "String.hpp"
#include "TaggedPtr.hpp"
#include "xo/alloc/Blob.hpp"
#include <xo/reflect/TaggedPtr.hpp>
#include <xo/alloc/Blob.hpp>
namespace xo {
using xo::reflect::Reflect;
@ -145,6 +145,8 @@ namespace xo {
// still don't have good solver for this yet
assert(false);
return TaggedPtr::universal_null();
}
}