1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #11472 from Mic92/darwin-fix

add missing filesystem include (x86_64-darwin fix)
This commit is contained in:
Eelco Dolstra 2024-09-10 17:33:09 +02:00 committed by GitHub
commit b9d3cdfbd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
///@file
#include <functional>
#include <filesystem>
#include <map>
#include <memory>
#include <optional>