diff options
Diffstat (limited to 'gcc/cp/call.c')
-rw-r--r-- | gcc/cp/call.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/cp/call.c b/gcc/cp/call.c index 8a89aad..31864e9 100644 --- a/gcc/cp/call.c +++ b/gcc/cp/call.c @@ -40,6 +40,17 @@ along with GCC; see the file COPYING3. If not see #include "langhooks.h" #include "c-family/c-objc.h" #include "timevar.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "wide-int.h" |