mirror of https://github.com/YosysHQ/yosys.git
Compile fix for visual studio
This commit is contained in:
parent
1282a113da
commit
df52eedb30
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
class SHA1
|
class SHA1
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue