diff options
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r-- | gcc/tree-core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h index f23abe2bb43..ecefdb97998 100644 --- a/gcc/tree-core.h +++ b/gcc/tree-core.h @@ -20,6 +20,8 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_TREE_CORE_H #define GCC_TREE_CORE_H +#include "symtab.h" + /* This file contains all the data structures that define the 'tree' type. There are no accessor macros nor functions in this file. Only the basic data structures, extern declarations and type definitions. */ |