mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 02:36:16 +02:00
add missing filesystem include (x86_64-darwin fix)
This commit is contained in:
parent
9c0e968843
commit
1ca1439b1f
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