aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/hashlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/hashlib.h b/kernel/hashlib.h
index 8c977de2f..c96023920 100644
--- a/kernel/hashlib.h
+++ b/kernel/hashlib.h
@@ -12,6 +12,7 @@
#ifndef HASHLIB_H
#include <stdexcept>
+#include <algorithm>
#include <string>
#include <vector>