yosys/libs/json11
Gabriel Somlo fe79a77e39 Fix undefined type error in libs/json11/json11.cpp
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 <gsomlo@gmail.com>
2025-01-16 20:09:58 -05:00
..
json11.cpp Fix undefined type error in libs/json11/json11.cpp 2025-01-16 20:09:58 -05:00
json11.hpp libs: import json11. 2019-09-30 15:53:11 +00:00