aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjinsuck <jkim@imvu.com>2012-11-28 13:44:41 -0800
committerJukka Jylänki <jujjyl@gmail.com>2013-04-12 14:22:11 +0300
commit88b63143fa199f6cf93d10434df9e9b0740c6895 (patch)
treeaf0f41377d5e8f4908b646637bfd571c33334f48
parentd161fccc9b662f073fd53d9de1d46f706de5ae10 (diff)
Upgrade libcxx from 11-month-ago version to the latest. The new version has memory
leak fixed in the weak_ptr. Note: to make this compile, I made two modifications (actually copied from the previous version) -- system/include/libcxx/__locale line 28 and system/include/libcxx/locale line 229.
-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 bb70f26c..ec302d3a 100755
--- a/system/include/emscripten/wire.h
+++ b/system/include/emscripten/wire.h
@@ -7,6 +7,8 @@
//
// We'll call the on-the-wire type WireType.
+#include <cstdlib>
+
namespace emscripten {
namespace internal {
typedef const struct _TYPEID* TYPEID;