projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1282a11
)
Compile fix for visual studio
author
Clifford Wolf
<clifford@clifford.at>
Thu, 11 Dec 2014 14:27:38 +0000
(15:27 +0100)
committer
Clifford Wolf
<clifford@clifford.at>
Thu, 11 Dec 2014 14:27:38 +0000
(15:27 +0100)
libs/sha1/sha1.h
patch
|
blob
|
history
diff --git
a/libs/sha1/sha1.h
b/libs/sha1/sha1.h
index f6a03e735e3773626af64a78a6c60700b25a5f63..9f526376e6932adcfeb0ca4b42e83945c111dca9 100644
(file)
--- a/
libs/sha1/sha1.h
+++ b/
libs/sha1/sha1.h
@@
-23,6
+23,7
@@
#include <iostream>
#include <string>
+#include <stdint.h>
class SHA1
{