diff options
Diffstat (limited to 'tests/c11.h')
-rw-r--r-- | tests/c11.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/c11.h b/tests/c11.h index e5599db..c2ec76e 100644 --- a/tests/c11.h +++ b/tests/c11.h @@ -1,3 +1,6 @@ +#ifndef C11_H +#define C11_HH + #include "cache.h" #include "dram.h" #include "storage.h" @@ -52,3 +55,5 @@ class C11 std::array<signed int, LINE_SIZE> expected; std::array<signed int, LINE_SIZE> actual; }; + +#endif /* C11_H_INCLUDED */ |