diff options
Diffstat (limited to 'src/common/hash.cpp')
| -rw-r--r-- | src/common/hash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hash.cpp b/src/common/hash.cpp index 3e62beff4..b0b3613f6 100644 --- a/src/common/hash.cpp +++ b/src/common/hash.cpp | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | #include <algorithm> | 5 | #include <algorithm> |
| 6 | 6 | ||
| 7 | #include "common/common_funcs.h" // For rotl | ||
| 7 | #include "common/hash.h" | 8 | #include "common/hash.h" |
| 8 | #include "common/platform.h" | 9 | #include "common/platform.h" |
| 9 | 10 | ||