diff options
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 48d13a22d34..c25626c60aa 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-profile.c @@ -29,6 +29,12 @@ along with GCC; see the file COPYING3. If not see #include "coretypes.h" #include "tm.h" #include "flags.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 "diagnostic-core.h" |