diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index c450b5b..b6afc31 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -22,9 +22,14 @@ along with GCC; see the file COPYING3. If not see #define GCC_CP_TREE_H #include "ggc.h" -#include "function.h" #include "hashtab.h" +#include "hash-set.h" #include "vec.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" #include "hash-map.h" /* In order for the format checking to accept the C++ front end |