diff options
Diffstat (limited to 'gcc/c/c-aux-info.c')
-rw-r--r-- | gcc/c/c-aux-info.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/c/c-aux-info.c b/gcc/c/c-aux-info.c index 165979c557d..fcefcae2fd5 100644 --- a/gcc/c/c-aux-info.c +++ b/gcc/c/c-aux-info.c @@ -25,6 +25,14 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "flags.h" +#include "hash-set.h" +#include "vec.h" +#include "symtab.h" +#include "input.h" +#include "alias.h" +#include "double-int.h" +#include "machmode.h" +#include "inchash.h" #include "tree.h" #include "c-tree.h" |