Skip to content

Commit

Permalink
Fix includes for cherry-picks
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jun 10, 2024
1 parent 45d900f commit 20a46e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/libstore/build/local-derivation-goal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "cgroup.hh"
#include "personality.hh"
#include "namespaces.hh"
#include "file-system.hh"

#include <regex>
#include <queue>
Expand Down
1 change: 1 addition & 0 deletions src/libstore/globals.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions src/libutil/filesystem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "finally.hh"
#include "util.hh"
#include "types.hh"
#include "file-system.hh"

namespace fs = std::filesystem;

Expand Down

0 comments on commit 20a46e1

Please sign in to comment.