diff options
Diffstat (limited to 'src/template/wasm2c.includes.c')
-rw-r--r-- | src/template/wasm2c.includes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/template/wasm2c.includes.c b/src/template/wasm2c.includes.c index 8b61e643..59def29c 100644 --- a/src/template/wasm2c.includes.c +++ b/src/template/wasm2c.includes.c @@ -1,3 +1,4 @@ +#include <assert.h> #include <math.h> #include <string.h> #if defined(_MSC_VER) |