mirror of
https://github.com/NixOS/nix
synced 2025-07-01 20:51:48 +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…
Add table
Add a link
Reference in a new issue