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:
parent
beac2e67cd
commit
bb962381e9
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue