xo-alloc2 xo-object2 : refactor to build on osx
This commit is contained in:
parent
94e02f0eeb
commit
6660db9d53
2 changed files with 2 additions and 0 deletions
|
|
@ -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<<;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue