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