diff options
Diffstat (limited to 'gcc/bt-load.c')
-rw-r--r-- | gcc/bt-load.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/bt-load.c b/gcc/bt-load.c index 2e21f86bc45..053310c12d3 100644 --- a/gcc/bt-load.c +++ b/gcc/bt-load.c @@ -30,6 +30,11 @@ along with GCC; see the file COPYING3. If not see #include "expr.h" #include "flags.h" #include "insn-attr.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "input.h" #include "function.h" #include "except.h" #include "tm_p.h" |