diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-03-02 00:47:00 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2021-04-05 08:31:37 -0400 |
commit | 7a2b566dc8f0f94fdd6acbce90e47cd967f9f134 (patch) | |
tree | ebad2aae171ef7f10beca31e919301bb81ec2a69 /src/libcmd/installables.hh | |
parent | f7d9f7c3381acef38e4db2bb2f9e0287c289be54 (diff) |
Move `StorePathWithOutputs` into its own header/file
In the following commits it will become less prevalent.
Diffstat (limited to 'src/libcmd/installables.hh')
-rw-r--r-- | src/libcmd/installables.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcmd/installables.hh b/src/libcmd/installables.hh index d31afd3d5..e5c6fe208 100644 --- a/src/libcmd/installables.hh +++ b/src/libcmd/installables.hh @@ -2,6 +2,7 @@ #include "util.hh" #include "path.hh" +#include "path-with-outputs.hh" #include "buildable.hh" #include "eval.hh" #include "flake/flake.hh" |