From bb962381e9786abfd8ab29f01b97d83109db0a2a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 Aug 2022 11:58:48 +0200 Subject: [PATCH] Fix clang build --- src/libfetchers/input-accessor.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/libfetchers/input-accessor.hh b/src/libfetchers/input-accessor.hh index 86efdd046..a085b1fa5 100644 --- a/src/libfetchers/input-accessor.hh +++ b/src/libfetchers/input-accessor.hh @@ -11,9 +11,8 @@ namespace nix { MakeError(RestrictedPathError, Error); struct SourcePath; -struct StorePath; +class StorePath; class Store; -enum RepairFlag; struct InputAccessor : public std::enable_shared_from_this {