forked from OSchip/llvm-project
[libc++] Add missing include in test
This commit is contained in:
parent
9b500e564a
commit
73370b2c0c
|
@ -12,8 +12,9 @@
|
||||||
// Test that libc++ generates a warning diagnostic when the container is
|
// Test that libc++ generates a warning diagnostic when the container is
|
||||||
// provided a non-const callable comparator.
|
// provided a non-const callable comparator.
|
||||||
|
|
||||||
#include <set>
|
|
||||||
#include <map>
|
#include <map>
|
||||||
|
#include <set>
|
||||||
|
#include <type_traits> // for __invokable
|
||||||
|
|
||||||
struct BadCompare {
|
struct BadCompare {
|
||||||
template <class T, class U>
|
template <class T, class U>
|
||||||
|
|
Loading…
Reference in New Issue