diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-19 15:50:25 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-07-20 15:42:06 -0400 |
commit | 7b30293d389ea75ee24ec1f2a4a4187f175757ab (patch) | |
tree | 1674656398c041c5fbdbb4b13e3a51ee6c7f65e1 /src/libcmd/built-path.hh | |
parent | 85d0eb63165e7d7f441fe3dd94bb548a40502e52 (diff) |
Tighten `#include`s: `DerivedPath` doesn't care about `Realisation`
Diffstat (limited to 'src/libcmd/built-path.hh')
-rw-r--r-- | src/libcmd/built-path.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcmd/built-path.hh b/src/libcmd/built-path.hh index c563a46e9..744e8090b 100644 --- a/src/libcmd/built-path.hh +++ b/src/libcmd/built-path.hh @@ -1,4 +1,5 @@ #include "derived-path.hh" +#include "realisation.hh" namespace nix { |