Add #include needed to build with gcc-11
authorGabriel Somlo <gsomlo@gmail.com>
Wed, 25 Nov 2020 13:46:26 +0000 (08:46 -0500)
committerGabriel 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

index 762edfdfbf0c2b462514b995512a9830aa8399ad..f87b85da9137952d3ec81844c775d908e3397b77 100644 (file)
@@ -27,6 +27,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <algorithm>
+#include <limits>
 
 USING_YOSYS_NAMESPACE
 PRIVATE_NAMESPACE_BEGIN