aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ada-exp.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/ada-exp.y b/gdb/ada-exp.y
index c2ab1de..0126db5 100644
--- a/gdb/ada-exp.y
+++ b/gdb/ada-exp.y
@@ -36,6 +36,7 @@
%{
#include <ctype.h>
+#include <unordered_map>
#include "expression.h"
#include "value.h"
#include "parser-defs.h"