1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Merge pull request #14134 from JamiKettunen/fix-libc++-build

libstore: Include missing header to fix compile with libc++ 20
This commit is contained in:
Sergei Zimmerman 2025-10-01 20:07:03 +00:00 committed by GitHub
commit d0c017def5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,7 @@
#include <boost/unordered/unordered_flat_set.hpp>
#include <boost/regex.hpp>
#include <queue>
#include <thread>
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>