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 d6d5686..25fd7f2 100644 --- a/gcc/tree-affine.c +++ b/gcc/tree-affine.c @@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see #include "gimplify.h" #include "flags.h" #include "dumpfile.h" +#include "cfgexpand.h" /* Extends CST as appropriate for the affine combinations COMB. */ |