diff options
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r-- | gcc/cp/class.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c index a0c3ab7e72b..9158d8a6665 100644 --- a/gcc/cp/class.c +++ b/gcc/cp/class.c @@ -36,6 +36,8 @@ along with GCC; see the file COPYING3. If not see #include "splay-tree.h" #include "pointer-set.h" #include "hash-table.h" +#include "gimple.h" +#include "gimplify.h" #include "wide-int.h" /* The number of nested classes being processed. If we are not in the |