Fix clang build

This commit is contained in:
Eelco Dolstra 2022-08-12 11:58:48 +02:00
parent beac2e67cd
commit bb962381e9

View file

@ -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<InputAccessor>
{