diff options
Diffstat (limited to 'third_party/nix/src/nix-store/graphml.hh')
-rw-r--r-- | third_party/nix/src/nix-store/graphml.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix-store/graphml.hh b/third_party/nix/src/nix-store/graphml.hh index 199421acb264..be07904d0fc6 100644 --- a/third_party/nix/src/nix-store/graphml.hh +++ b/third_party/nix/src/nix-store/graphml.hh @@ -1,6 +1,6 @@ #pragma once -#include "types.hh" +#include "libutil/types.hh" namespace nix { |