diff options
Diffstat (limited to 'src/common/hash.h')
| -rw-r--r-- | src/common/hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hash.h b/src/common/hash.h index 188d1c555..ee2560dad 100644 --- a/src/common/hash.h +++ b/src/common/hash.h | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <cstddef> | ||
| 7 | #include "common/common_types.h" | 8 | #include "common/common_types.h" |
| 8 | 9 | ||
| 9 | namespace Common { | 10 | namespace Common { |