diff options
Diffstat (limited to 'contrib/libc++/include/__sso_allocator')
-rw-r--r-- | contrib/libc++/include/__sso_allocator | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libc++/include/__sso_allocator b/contrib/libc++/include/__sso_allocator index 645f2ba17459..ca3b937c0138 100644 --- a/contrib/libc++/include/__sso_allocator +++ b/contrib/libc++/include/__sso_allocator @@ -15,6 +15,8 @@ #include <type_traits> #include <new> +#include <__undef___deallocate> + #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif |