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

Fix includes for cherry-picks

This commit is contained in:
Robert Hensing 2024-06-10 16:22:11 +02:00
parent 45d900f5c2
commit 20a46e17a8
3 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@
#include "cgroup.hh"
#include "personality.hh"
#include "namespaces.hh"
#include "file-system.hh"
#include <regex>
#include <queue>

View file

@ -4,6 +4,7 @@
#include "args.hh"
#include "abstract-setting-to-json.hh"
#include "compute-levels.hh"
#include "file-system.hh"
#include <algorithm>
#include <map>

View file

@ -5,6 +5,7 @@
#include "finally.hh"
#include "util.hh"
#include "types.hh"
#include "file-system.hh"
namespace fs = std::filesystem;