From a1e5449d5a0910ba71c43dc18bcc3efe451c81c9 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Fri, 27 Feb 2026 11:33:40 +1100 Subject: [PATCH] xo-alloc: nix requires specific include path --- include/xo/alloc/Blob.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xo/alloc/Blob.hpp b/include/xo/alloc/Blob.hpp index 9e3ae44a..205e984b 100644 --- a/include/xo/alloc/Blob.hpp +++ b/include/xo/alloc/Blob.hpp @@ -6,7 +6,7 @@ #pragma once #include "Object.hpp" -#include "IAlloc.hpp" +#include namespace xo { /** Use to allocate opaque binary data,