Include what we use, instead of letting them get pulled in implictly. This makes the tests work on VS. Thanks to STL for the report
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@242454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7efdd69688
commit
2af7d42fe3
@ -14,6 +14,8 @@
|
||||
|
||||
#include <bitset>
|
||||
#include <cassert>
|
||||
#include <algorithm> // for 'min' and 'max'
|
||||
#include <stdexcept> // for 'invalid_argument'
|
||||
|
||||
#pragma clang diagnostic ignored "-Wtautological-compare"
|
||||
|
||||
|
@ -11,6 +11,8 @@
|
||||
|
||||
#include <bitset>
|
||||
#include <cassert>
|
||||
#include <algorithm> // for 'min' and 'max'
|
||||
#include <stdexcept> // for 'invalid_argument'
|
||||
|
||||
#pragma clang diagnostic ignored "-Wtautological-compare"
|
||||
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
#include <bitset>
|
||||
#include <cassert>
|
||||
#include <algorithm> // for 'min' and 'max'
|
||||
|
||||
#pragma clang diagnostic ignored "-Wtautological-compare"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user