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
|
|
@ -8,8 +8,8 @@
|
|||
#include "Float.hpp"
|
||||
#include "Boolean.hpp"
|
||||
#include "String.hpp"
|
||||
#include "TaggedPtr.hpp"
|
||||
#include "xo/alloc/Blob.hpp"
|
||||
#include <xo/reflect/TaggedPtr.hpp>
|
||||
#include <xo/alloc/Blob.hpp>
|
||||
|
||||
namespace xo {
|
||||
using xo::reflect::Reflect;
|
||||
|
|
@ -145,6 +145,8 @@ namespace xo {
|
|||
|
||||
// still don't have good solver for this yet
|
||||
assert(false);
|
||||
|
||||
return TaggedPtr::universal_null();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue