diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-19 08:49:44 -0500 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-01-23 07:05:50 -0500 |
commit | 685395332d75713bc7aca0c6408fc1b9d2c14bc5 (patch) | |
tree | e052b39a99ecc966f54b9c5cfb2726e3381bcdd3 /src/libstore/realisation.hh | |
parent | 7fe308c2f840325199f49526b257bbe4ded5a909 (diff) |
Better-scope `Store` forward declarations
Diffstat (limited to 'src/libstore/realisation.hh')
-rw-r--r-- | src/libstore/realisation.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/realisation.hh b/src/libstore/realisation.hh index 911c61909..62561fce3 100644 --- a/src/libstore/realisation.hh +++ b/src/libstore/realisation.hh @@ -7,6 +7,8 @@ namespace nix { +class Store; + struct DrvOutput { // The hash modulo of the derivation Hash drvHash; |