diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 91f8e8f5b1d..b59d069ac14 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -73,6 +73,7 @@ along with GCC; see the file COPYING3. If not see #include "tree-pass.h" #include "except.h" #include "splay-tree.h" +#include "insn-codes.h" #include "optabs.h" #include "cfgloop.h" #include "target.h" |