projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9abbeef
)
Added <algorithm> include to hashlib.h
author
Clifford Wolf
<clifford@clifford.at>
Sat, 31 Jan 2015 23:27:07 +0000
(
00:27
+0100)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 31 Jan 2015 23:27:07 +0000
(
00:27
+0100)
kernel/hashlib.h
patch
|
blob
|
history
diff --git
a/kernel/hashlib.h
b/kernel/hashlib.h
index 8c977de2f0c351bbc47d534413208cb28ef191d8..c960239206a4e66af54fc46244be480882e2602b 100644
(file)
--- a/
kernel/hashlib.h
+++ b/
kernel/hashlib.h
@@
-12,6
+12,7
@@
#ifndef HASHLIB_H
#include <stdexcept>
+#include <algorithm>
#include <string>
#include <vector>