xo-arena: fix paths for when xo-arena is a nix-build dep
This commit is contained in:
parent
ec004393b9
commit
d99f5d5c76
2 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "hashmap/DArenaHashMapUtil.hpp"
|
||||
#include <xo/arena/hashmap/DArenaHashMapUtil.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace map {
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "hashmap/DArenaHashMapUtil.hpp"
|
||||
#include "hashmap/ControlGroup.hpp"
|
||||
#include <xo/arena/hashmap/DArenaHashMapUtil.hpp>
|
||||
#include <xo/arena/hashmap/ControlGroup.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace map {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue