diff options
Diffstat (limited to 'src/passes/MultiMemoryLowering.cpp')
-rw-r--r-- | src/passes/MultiMemoryLowering.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/MultiMemoryLowering.cpp b/src/passes/MultiMemoryLowering.cpp index f0a4be112..2b3aedb2c 100644 --- a/src/passes/MultiMemoryLowering.cpp +++ b/src/passes/MultiMemoryLowering.cpp @@ -40,6 +40,7 @@ // the same semantics as v8, which is to bounds check all Atomic instructions // the same way and trap for out-of-bounds. +#include "ir/abstract.h" #include "ir/module-utils.h" #include "ir/names.h" #include "wasm-builder.h" |