diff options
Diffstat (limited to 'gcc/ipa-profile.c')
-rw-r--r-- | gcc/ipa-profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ipa-profile.c b/gcc/ipa-profile.c index 1260069207e..9b8ae3971ea 100644 --- a/gcc/ipa-profile.c +++ b/gcc/ipa-profile.c @@ -52,6 +52,7 @@ along with GCC; see the file COPYING3. If not see #include "cgraph.h" #include "tree-pass.h" #include "gimple.h" +#include "gimple-iterator.h" #include "ggc.h" #include "flags.h" #include "target.h" |