commit | 174072c1d28f79fb78af0b08c58709f5af1ba965 | [log] [tgz] |
---|---|---|
author | Stephan T. Lavavej <stl@exchange.microsoft.com> | Wed Nov 14 23:23:51 2018 +0000 |
committer | Stephan T. Lavavej <stl@exchange.microsoft.com> | Wed Nov 14 23:23:51 2018 +0000 |
tree | 49b77fb2c10fd81a007859a396dfbd9e797a3945 | |
parent | 21981194eb8a5faed0d5fac6b8281a69ad2acb71 [diff] [blame] |
[libcxx] [test] Include <cassert> for assert(). This fixes compiler errors with MSVC's STL. llvm-svn: 346911
diff --git a/libcxx/test/std/containers/associative/set/merge.pass.cpp b/libcxx/test/std/containers/associative/set/merge.pass.cpp index 0896596..bbae22c 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"