diff options
Diffstat (limited to 'src/passes/OptimizeInstructions.cpp')
-rw-r--r-- | src/passes/OptimizeInstructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/passes/OptimizeInstructions.cpp b/src/passes/OptimizeInstructions.cpp index 019d6bda1..56c99984a 100644 --- a/src/passes/OptimizeInstructions.cpp +++ b/src/passes/OptimizeInstructions.cpp @@ -19,6 +19,7 @@ // #include <algorithm> +#include <cmath> #include <type_traits> #include <ir/abstract.h> @@ -33,7 +34,6 @@ #include <ir/utils.h> #include <pass.h> #include <support/threads.h> -#include <wasm-s-parser.h> #include <wasm.h> // TODO: Use the new sign-extension opcodes where appropriate. This needs to be |