aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-03-02 10:12:12 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-03-02 10:28:26 +0300
commit430c76ad07bec1885b150b4c73b8e6a8c8e75681 (patch)
tree3ec30e01bcf4160c07abde0fe1267b300cc98bb6 /contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp
parentede142833218a848ec5b75819111cff6fc0bc9ca (diff)
downloadydb-430c76ad07bec1885b150b4c73b8e6a8c8e75681.tar.gz
Intermediate changes
Diffstat (limited to 'contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp')
-rw-r--r--contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp b/contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp
index 7e356d9fe4..0443fd9e62 100644
--- a/contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp
+++ b/contrib/libs/cxxsupp/libcxxabi/src/fallback_malloc.cpp
@@ -15,6 +15,10 @@
#endif
#endif
+#ifdef __EMSCRIPTEN__
+#include <__memory/aligned_alloc.h>
+#endif
+
#include <stdlib.h> // for malloc, calloc, free
#include <string.h> // for memset
#include <new> // for std::__libcpp_aligned_{alloc,free}