diff options
Diffstat (limited to 'gcc/asan.c')
-rw-r--r-- | gcc/asan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/asan.c b/gcc/asan.c index b4b08228933..8f146d2ce1d 100644 --- a/gcc/asan.c +++ b/gcc/asan.c @@ -60,6 +60,7 @@ along with GCC; see the file COPYING3. If not see #include "gimple-pretty-print.h" #include "target.h" #include "expr.h" +#include "insn-codes.h" #include "optabs.h" #include "output.h" #include "tm_p.h" |