diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index e383f9a..86f95a1 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -28,6 +28,8 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "rtl.h" #include "gimplify.h" +#include "gimple-iterator.h" +#include "gimple-walk.h" #include "tree-iterator.h" #include "tree-inline.h" #include "langhooks.h" |