aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsystem/include/emscripten/wire.h2
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 {