xo-alloc: nix requires specific include path

This commit is contained in:
Roland Conybeare 2026-02-27 11:33:40 +11:00
commit a1e5449d5a

View file

@ -6,7 +6,7 @@
#pragma once #pragma once
#include "Object.hpp" #include "Object.hpp"
#include "IAlloc.hpp" #include <xo/allocutil/IAlloc.hpp>
namespace xo { namespace xo {
/** Use to allocate opaque binary data, /** Use to allocate opaque binary data,