Merge pull request #6437 from NixOS/fix-darwin-build

Fix the darwin build
This commit is contained in:
Théophane Hufschmitt 2022-04-22 13:19:53 +02:00 committed by GitHub
commit 92de62fe6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#pragma once
#include <bits/stdint-uintn.h>
#include <cstdint>
#include <cstdlib>
#include <vector>
#include <limits>