From ae579402c8c64ea8ceea2e9fcee5097b3c53e353 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 13 Oct 2016 18:20:35 +0200 Subject: Minor dependency cleanup --- build2/scope.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build2/scope.cxx') diff --git a/build2/scope.cxx b/build2/scope.cxx index 7a16715..2ca382b 100644 --- a/build2/scope.cxx +++ b/build2/scope.cxx @@ -5,6 +5,7 @@ #include #include +#include using namespace std; @@ -331,7 +332,7 @@ namespace build2 // @@ MT // variable_override_value& cache ( - variable_override_cache[make_pair (inner_vars, &var)]); + var_override_cache[make_pair (inner_vars, &var)]); // Now find our "stem", that is the value to which we will be appending // suffixes and prepending prefixes. This is either the original or the -- cgit v1.1