xo-object: nix build requires specific include paths
This commit is contained in:
parent
0c4e8639d7
commit
dedb0aaa1b
4 changed files with 16 additions and 9 deletions
|
|
@ -5,10 +5,12 @@
|
|||
|
||||
#include "String.hpp"
|
||||
#include "GC.hpp"
|
||||
#include "TaggedPtr.hpp"
|
||||
#include "xo/reflect/Reflect.hpp"
|
||||
#include "xo/indentlog/print/quoted.hpp"
|
||||
#include <bsd/string.h>
|
||||
#include <xo/reflect/TaggedPtr.hpp>
|
||||
#include <xo/reflect/Reflect.hpp>
|
||||
#include <xo/indentlog/print/quoted.hpp>
|
||||
#ifdef __linux__
|
||||
# include <bsd/string.h>
|
||||
#endif
|
||||
#include <cstddef>
|
||||
#include <cstring>
|
||||
#include <cassert>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue