diff options
author | Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> | 2022-03-18 14:56:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 14:56:16 +0100 |
commit | e433e42c5aa869c499d6289a121299bbd72fd160 (patch) | |
tree | 47d2dcc1552b629dab0675604bd3c8ba4a20eae2 /src/libexpr/get-drvs.cc | |
parent | 6afc3617982e872fac2142c3aeccd1e8482e7e52 (diff) | |
parent | 197feed51dd770929ba8f6f12aec50ed8597a747 (diff) |
Merge pull request #6283 from obsidiansystems/outputs-less-nesting
Clean up `DerivationOutput`, and headers
Diffstat (limited to 'src/libexpr/get-drvs.cc')
-rw-r--r-- | src/libexpr/get-drvs.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libexpr/get-drvs.cc b/src/libexpr/get-drvs.cc index 7f2ecb4f7..bb7e77b61 100644 --- a/src/libexpr/get-drvs.cc +++ b/src/libexpr/get-drvs.cc @@ -1,6 +1,7 @@ #include "get-drvs.hh" #include "util.hh" #include "eval-inline.hh" +#include "derivations.hh" #include "store-api.hh" #include "path-with-outputs.hh" |