diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y index cffeada7695..b25639ecafb 100644 --- a/gdb/ada-exp.y +++ b/gdb/ada-exp.y @@ -36,7 +36,7 @@ %{ #include -#include +#include "gdbsupport/unordered_map.h" #include "expression.h" #include "value.h" #include "parser-defs.h" @@ -98,7 +98,7 @@ struct ada_parse_state std::vector assignments; /* Track currently active iterated assignment names. */ - std::unordered_map> + gdb::unordered_map> iterated_associations; auto_obstack temp_space;