diff options
Diffstat (limited to 'libcxx/test/std/containers/associative/set/merge.pass.cpp')
-rw-r--r-- | libcxx/test/std/containers/associative/set/merge.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/containers/associative/set/merge.pass.cpp b/libcxx/test/std/containers/associative/set/merge.pass.cpp index 0896596d94f..bbae22c77ea 100644 --- a/libcxx/test/std/containers/associative/set/merge.pass.cpp +++ b/libcxx/test/std/containers/associative/set/merge.pass.cpp @@ -23,6 +23,7 @@ // void merge(multiset<key_type, C2, allocator_type>&& source); #include <set> +#include <cassert> #include "test_macros.h" #include "Counter.h" |