diff options
author | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-01 17:32:27 -0400 |
---|---|---|
committer | Carlo Nucera <carlo.nucera@protonmail.com> | 2020-06-01 17:32:40 -0400 |
commit | 0e9438b6d381a87946ddda8d4bdd06707f9b0a48 (patch) | |
tree | 34fcd559dc27db89664667f4e0622b1fa51cb585 /src/nix/hash.cc | |
parent | 0cb67ecbd318a455fa4b459e29fadd0848238fca (diff) |
Create new file-hash files
Diffstat (limited to 'src/nix/hash.cc')
-rw-r--r-- | src/nix/hash.cc | 1 |
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" |