diff options
Diffstat (limited to 'gcc/cp')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/cp-tree.h | 7 |
2 files changed, 10 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 3616af3..016c8f6 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2014-10-16 Andrew MacLeod <amacleod@redhat.com> + + * cp-tree.h: Adjust include files. + 2014-10-15 Jason Merrill <jason@redhat.com> PR c++/63528 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 |