diff --git a/include/vast/CodeGen/CodeGenTypeVisitor.hpp b/include/vast/CodeGen/CodeGenTypeVisitor.hpp index dae24b53e0..6d5fa9eb45 100644 --- a/include/vast/CodeGen/CodeGenTypeVisitor.hpp +++ b/include/vast/CodeGen/CodeGenTypeVisitor.hpp @@ -450,7 +450,7 @@ namespace vast::cg { , visitor_lens< derived_t, type_visitor_with_dl > { using base = default_type_visitor< derived_t >; - using lens = base::lens; + using lens = typename base::lens; using lens::context; using lens::acontext;