diff options
Diffstat (limited to 'headers/arena.cuh')
| -rw-r--r-- | headers/arena.cuh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/headers/arena.cuh b/headers/arena.cuh index 20da470..5f8d1c7 100644 --- a/headers/arena.cuh +++ b/headers/arena.cuh @@ -2,8 +2,8 @@ // Created by user on 20/10/2021. // -#ifndef CLEVELDB_ARENA_CUH -#define CLEVELDB_ARENA_CUH +#ifndef CLEVELDB_ARENA_TEST_CUH +#define CLEVELDB_ARENA_TEST_CUH #include <atomic> @@ -65,4 +65,4 @@ inline char* Arena::Allocate(size_t bytes) { } // namespace cleveldb -#endif //CLEVELDB_ARENA_CUH +#endif //CLEVELDB_ARENA_TEST_CUH |
