aboutsummaryrefslogtreecommitdiff
path: root/src/nix/hash.cc
diff options
context:
space:
mode:
authorCarlo Nucera <carlo.nucera@protonmail.com>2020-06-01 17:32:27 -0400
committerCarlo Nucera <carlo.nucera@protonmail.com>2020-06-01 17:32:40 -0400
commit0e9438b6d381a87946ddda8d4bdd06707f9b0a48 (patch)
tree34fcd559dc27db89664667f4e0622b1fa51cb585 /src/nix/hash.cc
parent0cb67ecbd318a455fa4b459e29fadd0848238fca (diff)
Create new file-hash files
Diffstat (limited to 'src/nix/hash.cc')
-rw-r--r--src/nix/hash.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/hash.cc b/src/nix/hash.cc
index 3362ffd0d..ec23b77bc 100644
--- a/src/nix/hash.cc
+++ b/src/nix/hash.cc
@@ -1,5 +1,6 @@
#include "command.hh"
#include "hash.hh"
+#include "file-hash.hh"
#include "legacy.hh"
#include "shared.hh"
#include "references.hh"