diff options
| author | KunoiSayami <[email protected]> | 2021-11-05 19:10:36 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2021-11-05 19:10:36 +0800 |
| commit | 779128d348ce00ef89f2144cb91453ebabd16519 (patch) | |
| tree | 559788da3b5e03eb2ef0f3dcbf0688bf81bc56da /tests | |
| parent | 8ffa7f8b610faa9f4e424f19ca6139d54a22a0c6 (diff) | |
doc(README): Add README
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/arena_test.cu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/arena_test.cu b/tests/arena_test.cu index 68fc8ff..be9795d 100644 --- a/tests/arena_test.cu +++ b/tests/arena_test.cu @@ -1,5 +1,5 @@ -#include "arena.cuh" -#include "random.h" +#include "../headers/arena.cuh" +#include "../headers/random.h" using namespace cleveldb; |
