diff options
Diffstat (limited to 'gcc/lambda-trans.c')
-rw-r--r-- | gcc/lambda-trans.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lambda-trans.c b/gcc/lambda-trans.c index c5872d5cc37..e81a71cd53e 100644 --- a/gcc/lambda-trans.c +++ b/gcc/lambda-trans.c @@ -25,6 +25,7 @@ along with GCC; see the file COPYING3. If not see #include "ggc.h" #include "tree.h" #include "target.h" +#include "tree-flow.h" #include "lambda.h" /* Allocate a new transformation matrix. */ |