Skip to content

Commit

Permalink
Merge pull request NixOS#6580 from trofi/fix-build-for-gcc-13
Browse files Browse the repository at this point in the history
src/libutil/json.cc: add missing <cstdint> include for gcc-13
  • Loading branch information
edolstra authored May 26, 2022
2 parents 5bcd0f0 + b36d517 commit b2d0bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libutil/json.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "json.hh"

#include <iomanip>
#include <cstdint>
#include <cstring>

namespace nix {
Expand Down

0 comments on commit b2d0bd4

Please sign in to comment.