diff options
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 43454555756..604d66728de 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -28,6 +28,15 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "tm.h" +#include "hash-set.h" +#include "machmode.h" +#include "vec.h" +#include "double-int.h" +#include "input.h" +#include "alias.h" +#include "symtab.h" +#include "wide-int.h" +#include "inchash.h" #include "tree.h" #include "stringpool.h" #include "cp-tree.h" |