summaryrefslogtreecommitdiff
path: root/test/test_fallback_malloc.pass.cpp
diff options
context:
space:
mode:
authorAsiri Rathnayake <asiri.rathnayake@arm.com>2017-01-03 12:58:34 +0000
committerAsiri Rathnayake <asiri.rathnayake@arm.com>2017-01-03 12:58:34 +0000
commit71ba2871943cec379da0585c16f69fb5ac5a884b (patch)
tree88f9cd591439d08f6e4d767409652e66cff99ec4 /test/test_fallback_malloc.pass.cpp
parentcb51028de0ef63c71ec97f51f8858ef6b972cba2 (diff)
[libcxxabi] Introduce an externally threaded libc++abi variant.
r281179 Introduced an externally threaded variant of the libc++ library. This patch adds support for a similar library variant for libc++abi. Differential revision: https://reviews.llvm.org/D27575 Reviewers: EricWF git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@290888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/test_fallback_malloc.pass.cpp')
-rw-r--r--test/test_fallback_malloc.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_fallback_malloc.pass.cpp b/test/test_fallback_malloc.pass.cpp
index 734a276..e29e128 100644
--- a/test/test_fallback_malloc.pass.cpp
+++ b/test/test_fallback_malloc.pass.cpp
@@ -10,7 +10,7 @@
#include <iostream>
#include <deque>
-#include "../src/threading_support.h"
+#include <__threading_support>
typedef std::deque<void *> container;