mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
Merge pull request #11472 from Mic92/darwin-fix
add missing filesystem include (x86_64-darwin fix)
This commit is contained in:
commit
b9d3cdfbd2
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
///@file
|
||||
|
||||
#include <functional>
|
||||
#include <filesystem>
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
|
|
Loading…
Reference in a new issue