diff options
Diffstat (limited to 'gcc/dwarf2cfi.c')
-rw-r--r-- | gcc/dwarf2cfi.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/dwarf2cfi.c b/gcc/dwarf2cfi.c index b7fa3bc5b75..d68c167943d 100644 --- a/gcc/dwarf2cfi.c +++ b/gcc/dwarf2cfi.c @@ -26,6 +26,12 @@ along with GCC; see the file COPYING3. If not see #include "rtl.h" #include "tree.h" #include "stor-layout.h" +#include "hashtab.h" +#include "hash-set.h" +#include "vec.h" +#include "machmode.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" #include "basic-block.h" #include "dwarf2.h" |