Skip to content

Commit

Permalink
Merge pull request #4852 from gsomlo/gls-tcl9-json11cpp-cstdint
Browse files Browse the repository at this point in the history
Fix undefined type error
  • Loading branch information
povik authored Jan 17, 2025
2 parents eac2294 + fe79a77 commit 4f0dae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/json11/json11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <cmath>
#include <cstdlib>
#include <cstdio>
#include <cstdint>
#include <limits>

namespace json11 {
Expand Down

0 comments on commit 4f0dae1

Please sign in to comment.