diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-04-22 13:19:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 13:19:53 +0200 |
commit | 92de62fe6f195420a6e1ae3542736e98276e283c (patch) | |
tree | 19053dfe40cc3a378f69744978ac4164c0cfb570 /src | |
parent | c4ffc8e2f8508fb951920fc08cf9283927e7e9b8 (diff) | |
parent | 7b889f31eac512c548fe56a73cd57d00d4fb89c1 (diff) |
Merge pull request #6437 from NixOS/fix-darwin-build
Fix the darwin build
Diffstat (limited to 'src')
-rw-r--r-- | src/libutil/chunked-vector.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/chunked-vector.hh b/src/libutil/chunked-vector.hh index f15af9cd7..0a4f0b400 100644 --- a/src/libutil/chunked-vector.hh +++ b/src/libutil/chunked-vector.hh @@ -1,6 +1,6 @@ #pragma once -#include <bits/stdint-uintn.h> +#include <cstdint> #include <cstdlib> #include <vector> #include <limits> |