diff options
Diffstat (limited to 'gcc/cgraph.c')
-rw-r--r-- | gcc/cgraph.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cgraph.c b/gcc/cgraph.c index 6ebd0c7..d05d14b 100644 --- a/gcc/cgraph.c +++ b/gcc/cgraph.c @@ -42,6 +42,9 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "timevar.h" #include "dumpfile.h" +#include "gimple-ssa.h" +#include "cgraph.h" +#include "tree-cfg.h" #include "tree-ssa.h" #include "value-prof.h" #include "except.h" |