diff options
Diffstat (limited to 'gcc/ipa-prop.c')
-rw-r--r-- | gcc/ipa-prop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ipa-prop.c b/gcc/ipa-prop.c index b574889..db85c7d 100644 --- a/gcc/ipa-prop.c +++ b/gcc/ipa-prop.c @@ -49,6 +49,11 @@ along with GCC; see the file COPYING3. If not see #include "gimple-walk.h" #include "langhooks.h" #include "target.h" +#include "hash-map.h" +#include "plugin-api.h" +#include "ipa-ref.h" +#include "cgraph.h" +#include "alloc-pool.h" #include "ipa-prop.h" #include "bitmap.h" #include "gimple-ssa.h" |