From 146b730447e9b9fadbb86a699b20be0989774505 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Wed, 3 Dec 2025 00:14:09 -0500 Subject: [PATCH] fix unit tests to build on osx / clang16 --- utest/generation.test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/utest/generation.test.cpp b/utest/generation.test.cpp index 415d6258..edbebffa 100644 --- a/utest/generation.test.cpp +++ b/utest/generation.test.cpp @@ -4,6 +4,7 @@ */ #include "xo/alloc/generation.hpp" +#include #include #include