fix unit tests to build on osx / clang16

This commit is contained in:
Roland Conybeare 2025-12-03 00:14:09 -05:00
commit 210a3c5f64
3 changed files with 12 additions and 8 deletions

View file

@ -4,6 +4,7 @@
*/
#include "xo/alloc/generation.hpp"
#include <sstream>
#include <catch2/catch.hpp>
#include <cstring>