diff options
Diffstat (limited to 'src/libutil/input-accessor.hh')
-rw-r--r-- | src/libutil/input-accessor.hh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libutil/input-accessor.hh b/src/libutil/input-accessor.hh index 740175af0..d8e17c9b1 100644 --- a/src/libutil/input-accessor.hh +++ b/src/libutil/input-accessor.hh @@ -1,8 +1,10 @@ #pragma once ///@file -#include "types.hh" -#include "archive.hh" + +#include <map> +#include <optional> +#include <string> namespace nix { |