diff options
Diffstat (limited to 'gcc/c-family/cilk.c')
-rw-r--r-- | gcc/c-family/cilk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/c-family/cilk.c b/gcc/c-family/cilk.c index 894a35270c5..c85b5f2a7c9 100644 --- a/gcc/c-family/cilk.c +++ b/gcc/c-family/cilk.c @@ -27,7 +27,8 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "calls.h" #include "langhooks.h" -#include "gimple.h" +#include "pointer-set.h" +#include "gimple-expr.h" #include "gimplify.h" #include "tree-iterator.h" #include "tree-inline.h" |