projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2116c58
)
Add #include needed to build with gcc-11
author
Gabriel Somlo
<gsomlo@gmail.com>
Wed, 25 Nov 2020 13:46:26 +0000
(08:46 -0500)
committer
Gabriel Somlo
<gsomlo@gmail.com>
Thu, 26 Nov 2020 11:12:12 +0000
(06:12 -0500)
Suggested by Jeff Law <law@redhat.com>
passes/sat/freduce.cc
patch
|
blob
|
history
diff --git
a/passes/sat/freduce.cc
b/passes/sat/freduce.cc
index 762edfdfbf0c2b462514b995512a9830aa8399ad..f87b85da9137952d3ec81844c775d908e3397b77 100644
(file)
--- a/
passes/sat/freduce.cc
+++ b/
passes/sat/freduce.cc
@@
-27,6
+27,7
@@
#include <stdio.h>
#include <string.h>
#include <algorithm>
+#include <limits>
USING_YOSYS_NAMESPACE
PRIVATE_NAMESPACE_BEGIN