diff options
Diffstat (limited to 'gcc/tree-affine.c')
-rw-r--r-- | gcc/tree-affine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-affine.c b/gcc/tree-affine.c index 7004a46..d6d5686 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -24,6 +24,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pretty-print.h" #include "pointer-set.h" #include "tree-affine.h" +#include "gimple.h" #include "gimplify.h" #include "flags.h" #include "dumpfile.h" |