xo-alloc2 xo-object2 : refactor to build on osx

This commit is contained in:
Roland Conybeare 2026-01-12 01:03:49 -05:00
commit 6660db9d53
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
#include <xo/indentlog/scope.hpp>
#include <xo/indentlog/print/tostr.hpp>
#include <sys/mman.h>
#include <unistd.h> // for ::getpagesize() on osx
namespace xo {
using xo::print::operator<<;

View file

@ -7,6 +7,7 @@
#include "print.hpp"
#include <xo/indentlog/print/tag.hpp>
#include <catch2/catch.hpp>
#include <unistd.h> // for getpagesize() on osx
namespace xo {
using xo::mm::DCircularBuffer;