diff options
author | Todd Lee <tlee@imvu.com> | 2013-01-31 12:24:56 -0800 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:23:49 +0300 |
commit | 62b9f6a00f0eee036e7dfb4326a813c31d3ba41e (patch) | |
tree | 55456832bfc5e83915e6c4e11fa030f156f63975 | |
parent | 3b6ea45565ae17f32d77933b505a6ccfe7a8967f (diff) |
header dependency fix
-rwxr-xr-x | system/include/emscripten/wire.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/emscripten/wire.h b/system/include/emscripten/wire.h index 1173034f..dc612e11 100755 --- a/system/include/emscripten/wire.h +++ b/system/include/emscripten/wire.h @@ -8,6 +8,8 @@ // We'll call the on-the-wire type WireType. #include <cstdlib> +#include <memory> +#include <string> namespace emscripten { namespace internal { |