Skip to content

Commit

Permalink
Merge pull request #14550 from Habbie/json11-include-cstdint
Browse files Browse the repository at this point in the history
json11: add include for cstdint
  • Loading branch information
omoerbeek authored Aug 13, 2024
2 parents 2b648a8 + 8d6d32b commit 09ad651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/json11/json11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "json11.hpp"
#include <cassert>
#include <cmath>
#include <cstdint>
#include <cstdlib>
#include <cstdio>
#include <limits>
Expand Down

0 comments on commit 09ad651

Please sign in to comment.