diff options
Diffstat (limited to 'gcc/tree-parloops.c')
-rw-r--r-- | gcc/tree-parloops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-parloops.c b/gcc/tree-parloops.c index 867992b..648331c 100644 --- a/gcc/tree-parloops.c +++ b/gcc/tree-parloops.c @@ -48,6 +48,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-hasher.h" #include "tree-parloops.h" #include "omp-low.h" +#include "tree-nested.h" /* This pass tries to distribute iterations of loops into several threads. The implementation is straightforward -- for each loop we test whether its |