diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-01 00:27:07 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-01 00:27:07 +0100 |
commit | 07326943e7e503a214f1c61ce442b1833e450b8d (patch) | |
tree | cc95bb194d1a44b57345ca87f576d1b99cd0f025 /kernel | |
parent | 9abbeefe6e3e722756d800b6cbd0856390255cb2 (diff) | |
download | yosys-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.h | 1 |
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> |