From 653179b77bed9919ee220870b4f4e19dbe6cd72c Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sat, 8 Oct 2016 00:57:56 +0000 Subject: Add missing include in test_allocator.h llvm-svn: 283632 --- libcxx/test/support/test_allocator.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libcxx/test/support') diff --git a/libcxx/test/support/test_allocator.h b/libcxx/test/support/test_allocator.h index 41473371500..4333e4dc3c4 100644 --- a/libcxx/test/support/test_allocator.h +++ b/libcxx/test/support/test_allocator.h @@ -10,10 +10,11 @@ #ifndef TEST_ALLOCATOR_H #define TEST_ALLOCATOR_H -#include #include -#include #include +#include +#include +#include #include #include -- cgit v1.2.3