Skip to content

Commit

Permalink
json11: add include for cstdint
Browse files Browse the repository at this point in the history
fixes #14549, which came with a patch
  • Loading branch information
Habbie committed Aug 9, 2024
1 parent 1d3d8ac commit 8d6d32b
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 8d6d32b

Please sign in to comment.