aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2015-02-01 00:27:07 +0100
committerClifford Wolf <clifford@clifford.at>2015-02-01 00:27:07 +0100
commit07326943e7e503a214f1c61ce442b1833e450b8d (patch)
treecc95bb194d1a44b57345ca87f576d1b99cd0f025 /kernel
parent9abbeefe6e3e722756d800b6cbd0856390255cb2 (diff)
downloadyosys-07326943e7e503a214f1c61ce442b1833e450b8d.tar.gz
yosys-07326943e7e503a214f1c61ce442b1833e450b8d.tar.bz2
yosys-07326943e7e503a214f1c61ce442b1833e450b8d.zip
Added <algorithm> include to hashlib.h
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>