diff options
Diffstat (limited to 'gdb/expression.h')
-rw-r--r-- | gdb/expression.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/expression.h b/gdb/expression.h index 841bf98..02b51f5 100644 --- a/gdb/expression.h +++ b/gdb/expression.h @@ -20,6 +20,8 @@ #if !defined (EXPRESSION_H) #define EXPRESSION_H 1 +#include "gdbtypes.h" + /* While parsing expressions we need to track the innermost lexical block that we encounter. In some situations we need to track the innermost block just for symbols, and in other situations we want to track the |