projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d05115c
)
Added missing "#define HASHLIB_H"
author
Clifford Wolf
<clifford@clifford.at>
Sat, 14 May 2016 09:43:20 +0000
(11:43 +0200)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 14 May 2016 09:43:20 +0000
(11:43 +0200)
kernel/hashlib.h
patch
|
blob
|
history
diff --git
a/kernel/hashlib.h
b/kernel/hashlib.h
index 2da53dd8ae68e2be3efae06ddb9870508fc839de..3c824b8c31f9a6f8cc92c7b62550d650a86aba14 100644
(file)
--- a/
kernel/hashlib.h
+++ b/
kernel/hashlib.h
@@
-10,6
+10,7
@@
// -------------------------------------------------------
#ifndef HASHLIB_H
+#define HASHLIB_H
#include <stdexcept>
#include <algorithm>