mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-04-06 14:34:01 +08:00
add explicit include for cstdint instead of relying on leaky include (#37559)
This commit is contained in:
1
third_party/json11/json11.cpp
vendored
1
third_party/json11/json11.cpp
vendored
@@ -25,6 +25,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cstdio>
|
||||
#include <limits>
|
||||
#include <cstdint>
|
||||
|
||||
namespace json11 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user