diff options
Diffstat (limited to 'src/tools/s2wasm.cpp')
-rw-r--r-- | src/tools/s2wasm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/s2wasm.cpp b/src/tools/s2wasm.cpp index 2556cf482..37604e74b 100644 --- a/src/tools/s2wasm.cpp +++ b/src/tools/s2wasm.cpp @@ -20,7 +20,7 @@ #include <exception> -#include "ast/trapping.h" +#include "ir/trapping.h" #include "support/colors.h" #include "support/command-line.h" #include "support/file.h" |