aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-03-02 00:47:00 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-04-05 08:31:37 -0400
commit7a2b566dc8f0f94fdd6acbce90e47cd967f9f134 (patch)
treeebad2aae171ef7f10beca31e919301bb81ec2a69 /src/libcmd
parentf7d9f7c3381acef38e4db2bb2f9e0287c289be54 (diff)
Move `StorePathWithOutputs` into its own header/file
In the following commits it will become less prevalent.
Diffstat (limited to 'src/libcmd')
-rw-r--r--src/libcmd/installables.hh1
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"