diff options
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 5bd37c9..a2b3127 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -22,6 +22,12 @@ along with GCC; see the file COPYING3. If not see #include "predict.h" #include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "machmode.h" +#include "tm.h" +#include "hard-reg-set.h" +#include "input.h" #include "function.h" /* Use gcov_type to hold basic block counters. Should be at least |