aboutsummaryrefslogtreecommitdiff
path: root/src/nix/command.cc
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-10-09 20:18:08 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-10-09 20:18:08 +0000
commit6cc1541782084111a8fa0a1e34d685a2e8c58459 (patch)
treea595cc64d44a8e5698ce25543ba1421f23af9b44 /src/nix/command.cc
parente845d19ae368cb9ee6371c4b2fdbdc86a110d893 (diff)
Split out `local-fs-store.hh`
This matches the already-existing `local-fs-store.cc`.
Diffstat (limited to 'src/nix/command.cc')
-rw-r--r--src/nix/command.cc1
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"