From 92c35d53033abc1c333dcb6cc44dee05733d62bd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 15 Oct 2020 21:35:14 +0200 Subject: [PATCH] Fix build --- src/nix/doc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nix/doc.cc b/src/nix/doc.cc index 3f46eda41..c842849eb 100644 --- a/src/nix/doc.cc +++ b/src/nix/doc.cc @@ -2,6 +2,7 @@ #include "common-args.hh" #include "eval-cache.hh" #include "eval-inline.hh" +#include "local-fs-store.hh" using namespace nix; using namespace nix::flake;