1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 14:10:59 +01:00

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); MakeError(RestrictedPathError, Error);
struct SourcePath; struct SourcePath;
struct StorePath; class StorePath;
class Store; class Store;
enum RepairFlag;
struct InputAccessor : public std::enable_shared_from_this<InputAccessor> struct InputAccessor : public std::enable_shared_from_this<InputAccessor>
{ {