Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information