diff options
author | Clifford Wolf <clifford@clifford.at> | 2014-12-11 15:27:38 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2014-12-11 15:27:38 +0100 |
commit | df52eedb3025c5250931c29c2417fbd0129500e1 (patch) | |
tree | 9941e7f30831f9325981f7026cc78111da4275f5 /libs/sha1 | |
parent | 1282a113da11351dbac2b9df53e3e430d12def4a (diff) | |
download | yosys-df52eedb3025c5250931c29c2417fbd0129500e1.tar.gz yosys-df52eedb3025c5250931c29c2417fbd0129500e1.tar.bz2 yosys-df52eedb3025c5250931c29c2417fbd0129500e1.zip |
Compile fix for visual studio
Diffstat (limited to 'libs/sha1')
-rw-r--r-- | libs/sha1/sha1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/sha1/sha1.h b/libs/sha1/sha1.h index f6a03e735..9f526376e 100644 --- a/libs/sha1/sha1.h +++ b/libs/sha1/sha1.h @@ -23,6 +23,7 @@ #include <iostream> #include <string> +#include <stdint.h> class SHA1 { |