diff --git a/src/nix/command.hh b/src/nix/command.hh index daa3b3fa7..6b34e3881 100644 --- a/src/nix/command.hh +++ b/src/nix/command.hh @@ -6,7 +6,7 @@ namespace nix { struct Value; -struct Bindings; +class Bindings; class EvalState; /* A command is an argument parser that can be executed by calling its