diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 06db877291f..62911fa21d2 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -55,6 +55,12 @@ along with GCC; see the file COPYING3. If not see #include "tree-dfa.h" #include "tree-ssa.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 "expr.h" #include "tree-pass.h" |