summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
authorAndrew Scheidecker <andrew@scheidecker.net>2015-12-23 09:09:49 -0800
committerAndrew Scheidecker <andrew@scheidecker.net>2015-12-23 09:29:24 -0800
commit32490684ab0fa568d4e539c24f7c560295da57de (patch)
tree4e4a91591ea75ba52cc9c0d37698f8aac743896e /src/wasm.h
parenta79329fbe135bab9a319fd3afc911620b12f0124 (diff)
downloadbinaryen-32490684ab0fa568d4e539c24f7c560295da57de.tar.gz
binaryen-32490684ab0fa568d4e539c24f7c560295da57de.tar.bz2
binaryen-32490684ab0fa568d4e539c24f7c560295da57de.zip
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"