mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #4852 from gsomlo/gls-tcl9-json11cpp-cstdint
Fix undefined type error
This commit is contained in:
commit
4f0dae17ad
|
@ -24,6 +24,7 @@
|
|||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
#include <limits>
|
||||
|
||||
namespace json11 {
|
||||
|
|
Loading…
Reference in New Issue