diff options
Diffstat (limited to 'gcc/tree-cfg.c')
-rw-r--r-- | gcc/tree-cfg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c index 9268615..3a13191 100644 --- a/gcc/tree-cfg.c +++ b/gcc/tree-cfg.c @@ -43,6 +43,7 @@ along with GCC; see the file COPYING3. If not see #include "target.h" #include "tree-ssa-live.h" #include "omp-low.h" +#include "tree-cfgcleanup.h" /* This file contains functions for building the Control Flow Graph (CFG) for a function tree. */ |