aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/kernel/hashlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/kernel/hashlib.h b/common/kernel/hashlib.h
index 2f7357e2..a3fcd4ca 100644
--- a/common/kernel/hashlib.h
+++ b/common/kernel/hashlib.h
@@ -14,6 +14,7 @@
#include <algorithm>
#include <array>
+#include <cstdint>
#include <stdexcept>
#include <string>
#include <vector>