3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

Merge pull request #4852 from gsomlo/gls-tcl9-json11cpp-cstdint

Fix undefined type error
This commit is contained in:
Martin Povišer 2025-01-17 09:43:49 +01:00 committed by GitHub
commit 4f0dae17ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstdint>
#include <limits>
namespace json11 {