diff options
Diffstat (limited to 'gdb/cp-name-parser.y')
-rw-r--r-- | gdb/cp-name-parser.y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/cp-name-parser.y b/gdb/cp-name-parser.y index 60a9a7f..5f5ee3a 100644 --- a/gdb/cp-name-parser.y +++ b/gdb/cp-name-parser.y @@ -42,6 +42,7 @@ Boston, MA 02110-1301, USA. */ #include "safe-ctype.h" #include "libiberty.h" #include "demangle.h" +#include "cp-support.h" /* Bison does not make it easy to create a parser without global state, unfortunately. Here are all the global variables used |