summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-12-23 15:07:48 -0800
committerAlon Zakai <alonzakai@gmail.com>2015-12-23 15:07:48 -0800
commit138dee6fb54ef464c0a674f359aff71ab9d0c868 (patch)
tree95af116fcef5e3c7378967d8d0464693d876e8a1 /src/wasm.h
parent070b1102338a7baa8d0c5f0e5c6731b93cf0e09a (diff)
parent24c5e1807f583ecc5b6fdeb87eeba2c501f0bac4 (diff)
downloadbinaryen-138dee6fb54ef464c0a674f359aff71ab9d0c868.tar.gz
binaryen-138dee6fb54ef464c0a674f359aff71ab9d0c868.tar.bz2
binaryen-138dee6fb54ef464c0a674f359aff71ab9d0c868.zip
Merge pull request #34 from AndrewScheidecker/windows-fixes
Fix a few Windows/VS2013 compile errors
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index df7731094..86aca1fd3 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -51,6 +51,7 @@
#include <fstream>
#include <map>
#include <vector>
+#include <string>
#include "compiler-support.h"
#include "emscripten-optimizer/simple_ast.h"