diff options
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index 9133df4..39cc857 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -78,6 +78,8 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tree.h" #include "gimple-pretty-print.h" +#include "gimple.h" +#include "tree-ssa-loop.h" #include "tree-ssa.h" #include "cfgloop.h" #include "tree-data-ref.h" |