1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 22:33:57 +02:00

Merge pull request #9190 from trofi/2.13-gcc-13

[2.3 backport] src/libutil/json.cc: add missing <cstdint> include for gcc-13
This commit is contained in:
Eelco Dolstra 2023-10-19 19:12:15 +02:00 committed by GitHub
commit 8e836716bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
#include "json.hh"
#include <iomanip>
#include <cstdint>
#include <cstring>
namespace nix {