diff options
Diffstat (limited to 'src/wasm-dis.cpp')
-rw-r--r-- | src/wasm-dis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm-dis.cpp b/src/wasm-dis.cpp index c7ebf8861..7486e0bbd 100644 --- a/src/wasm-dis.cpp +++ b/src/wasm-dis.cpp @@ -18,11 +18,11 @@ // wasm2asm console tool // -#include "pass.h" #include "support/colors.h" #include "support/command-line.h" #include "support/file.h" #include "wasm-binary.h" +#include "wasm-printing.h" using namespace cashew; using namespace wasm; |