diff options
Diffstat (limited to 'gcc/graphite-poly.c')
-rw-r--r-- | gcc/graphite-poly.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/graphite-poly.c b/gcc/graphite-poly.c index d25796f5dcf..64222809ca2 100644 --- a/gcc/graphite-poly.c +++ b/gcc/graphite-poly.c @@ -28,6 +28,8 @@ along with GCC; see the file COPYING3. If not see #include "output.h" #include "basic-block.h" #include "diagnostic.h" +#include "tree-pretty-print.h" +#include "gimple-pretty-print.h" #include "tree-flow.h" #include "toplev.h" #include "tree-dump.h" |