nextpnr/3rdparty/json11
Gabriel Somlo 4a53b89537 Fix undefined type error in 3rdparty/json11/json11.cpp
Under certain conditions (e.g., building on Fedora 42
using gcc-15.0.1), compilation fails with the following
error:

    "error: ‘uint8_t’ does not name a type"

Explicitly include <cstdint> to prevent that situation.

Signed-off-by: Gabriel Somlo <gsomlo@gmail.com>
2025-01-23 07:53:52 -05:00
..
CMakeLists.txt CMake: rationalize and refactor build system. 2025-01-16 11:36:44 +01:00
json11.cpp Fix undefined type error in 3rdparty/json11/json11.cpp 2025-01-23 07:53:52 -05:00
json11.hpp 3rdparty: Add json11 2019-12-27 10:44:29 +00:00
LICENSE.txt 3rdparty: Add json11 2019-12-27 10:44:29 +00:00