diff options
Diffstat (limited to 'gcc/cfgloop.c')
-rw-r--r-- | gcc/cfgloop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 2be4b7cc0b7..3d13386ba4e 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -28,6 +28,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "toplev.h" #include "cfgloop.h" #include "flags.h" +#include "tree.h" +#include "tree-flow.h" /* Ratio of frequencies of edges so that one of more latch edges is considered to belong to inner loop with same header. */ |