mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-30 01:48:17 +02:00
Under certain conditions, compilation errors out with
the following message:
"error: ‘uint8_t’ does not name a type"
Explicitly including <cstdint> prevents that situation.
Signed-off-by: Gabriel Somlo <[email protected]>