From 7b30293d389ea75ee24ec1f2a4a4187f175757ab Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 19 Jul 2023 15:50:25 -0400 Subject: Tighten `#include`s: `DerivedPath` doesn't care about `Realisation` --- src/libcmd/built-path.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libcmd/built-path.hh') 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 { -- cgit v1.2.3