aboutsummaryrefslogtreecommitdiff
path: root/src/nix/hash.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-22 14:34:00 +0200
committerGitHub <noreply@github.com>2020-06-22 14:34:00 +0200
commit965b80347e97169f266466603e29a57359c4083c (patch)
tree8dfd5a8167d96481860a270ba8bfeda922906c47 /src/nix/hash.cc
parent984e521392b3f41f7cdab203e5c00f3e00e27a28 (diff)
parente288c0987a45247254fe0e501459db247ec8f72b (diff)
Merge pull request #3649 from obsidiansystems/validPathInfo-ca-proper-datatype
ValidPathInfo: make ca field a proper datatype
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 f435192fc..b97c6d21f 100644
--- a/src/nix/hash.cc
+++ b/src/nix/hash.cc
@@ -1,5 +1,6 @@
#include "command.hh"
#include "hash.hh"
+#include "content-address.hh"
#include "legacy.hh"
#include "shared.hh"
#include "references.hh"