mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 00:06:16 +02:00
Fix clang build
This commit is contained in:
parent
beac2e67cd
commit
bb962381e9
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue