mirror of
https://github.com/darlinghq/darling-libcxx.git
synced 2024-12-05 02:39:06 +00:00
Add includes in test. Patch from STL@microsoft.com
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@275751 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
465c68a7b9
commit
9ae7274ea5
@ -27,7 +27,11 @@
|
||||
|
||||
#include <queue>
|
||||
#include <cassert>
|
||||
#include <deque>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
#include <vector>
|
||||
|
||||
struct test
|
||||
: private std::priority_queue<int>
|
||||
|
Loading…
Reference in New Issue
Block a user