diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-07-14 13:12:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 13:12:16 +0200 |
commit | 6d9f1a8dccacc9624aa7c48733e901837e8183a8 (patch) | |
tree | 280fcab9131dda189b44e3ca91d087996e550f45 /src/libcmd/installables.hh | |
parent | bbc08a11f49ac41d8fa91510bcff269540c310a4 (diff) | |
parent | 2c3fb0eb33d205d1937b7ed801bdb36bb301d1a8 (diff) |
Merge pull request #8691 from obsidiansystems/built-path
Move `BuiltPath` to its own header/C++ file in libcmd
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 42d6c7c7c..b0dc0dc02 100644 --- a/src/libcmd/installables.hh +++ b/src/libcmd/installables.hh @@ -5,6 +5,7 @@ #include "path.hh" #include "outputs-spec.hh" #include "derived-path.hh" +#include "built-path.hh" #include "store-api.hh" #include "build-result.hh" |