aboutsummaryrefslogtreecommitdiff
path: root/src/nix/bundle.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2023-03-27 17:04:08 +0200
committerGitHub <noreply@github.com>2023-03-27 17:04:08 +0200
commit5e3f855526644382ea69a3c26b8b7cbe9561d2a9 (patch)
tree6d95d66fdba0ba5ff11e3b122bd41e5b9206c543 /src/nix/bundle.cc
parent237587bc0af9259414d50ed18f137c2214d7abb1 (diff)
parent256f3e306369131cb13756ed94606d47c343103e (diff)
Merge pull request #7763 from obsidiansystems/installable-wide-info
Stratify `ExtraPathInfo` along `Installable` hierarchy
Diffstat (limited to 'src/nix/bundle.cc')
-rw-r--r--src/nix/bundle.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/bundle.cc b/src/nix/bundle.cc
index 7c32a360e..57c355f0c 100644
--- a/src/nix/bundle.cc
+++ b/src/nix/bundle.cc
@@ -5,6 +5,7 @@
#include "store-api.hh"
#include "local-fs-store.hh"
#include "fs-accessor.hh"
+#include "eval-inline.hh"
using namespace nix;