diff options
Diffstat (limited to 'gcc/c/c-parser.c')
-rw-r--r-- | gcc/c/c-parser.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/c/c-parser.c b/gcc/c/c-parser.c index fa146de35d0..d316216cbe1 100644 --- a/gcc/c/c-parser.c +++ b/gcc/c/c-parser.c @@ -58,6 +58,15 @@ along with GCC; see the file COPYING3. If not see #include "c-family/c-objc.h" #include "vec.h" #include "target.h" +#include "hash-map.h" +#include "is-a.h" +#include "plugin-api.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "function.h" +#include "ipa-ref.h" #include "cgraph.h" #include "plugin.h" #include "omp-low.h" |