summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/common/hash.h1
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 @@
#pragma once
+#include <cstddef>
#include "common/common_types.h"
namespace Common {