diff options
Diffstat (limited to 'third_party/nix/src/libstore/crypto.hh')
-rw-r--r-- | third_party/nix/src/libstore/crypto.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/nix/src/libstore/crypto.hh b/third_party/nix/src/libstore/crypto.hh index ffafe6560d15..637099231dc0 100644 --- a/third_party/nix/src/libstore/crypto.hh +++ b/third_party/nix/src/libstore/crypto.hh @@ -1,6 +1,7 @@ #pragma once #include <map> + #include "types.hh" namespace nix { |