diff options
Diffstat (limited to 'src/passes/PostEmscripten.cpp')
-rw-r--r-- | src/passes/PostEmscripten.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/passes/PostEmscripten.cpp b/src/passes/PostEmscripten.cpp index 0e2c268de..20f26e211 100644 --- a/src/passes/PostEmscripten.cpp +++ b/src/passes/PostEmscripten.cpp @@ -27,6 +27,7 @@ #include <ir/table-utils.h> #include <pass.h> #include <shared-constants.h> +#include <support/debug.h> #include <wasm-builder.h> #include <wasm-emscripten.h> #include <wasm.h> |