diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-10-11 18:49:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-11 18:49:40 +0200 |
commit | b0fbf3a6530c9421d9dc7fdef0c75e432c256980 (patch) | |
tree | 121ffe5c5b928c022573b94745042598438af08d /src/nix/command.cc | |
parent | 725488b8922c731042a557608b8d833b05e77243 (diff) | |
parent | 6cc1541782084111a8fa0a1e34d685a2e8c58459 (diff) |
Merge pull request #4135 from obsidiansystems/split-local-fs-store-header
Split out `local-fs-store.hh`
Diffstat (limited to 'src/nix/command.cc')
-rw-r--r-- | src/nix/command.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/command.cc b/src/nix/command.cc index ba7de9fdd..9a38c77f1 100644 --- a/src/nix/command.cc +++ b/src/nix/command.cc @@ -1,5 +1,6 @@ #include "command.hh" #include "store-api.hh" +#include "local-fs-store.hh" #include "derivations.hh" #include "nixexpr.hh" #include "profiles.hh" |