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

@ -5,10 +5,12 @@
#include "String.hpp"
#include "GC.hpp"
#include "TaggedPtr.hpp"
#include "xo/reflect/Reflect.hpp"
#include "xo/indentlog/print/quoted.hpp"
#include <bsd/string.h>
#include <xo/reflect/TaggedPtr.hpp>
#include <xo/reflect/Reflect.hpp>
#include <xo/indentlog/print/quoted.hpp>
#ifdef __linux__
# include <bsd/string.h>
#endif
#include <cstddef>
#include <cstring>
#include <cassert>