commit | ed2f9a6094ef2679fc8d9d70001c4f5b111c738d | [log] [tgz] |
---|---|---|
author | Billy Robert O'Neal III <bion@microsoft.com> | Wed Aug 08 00:40:32 2018 +0000 |
committer | Billy Robert O'Neal III <bion@microsoft.com> | Wed Aug 08 00:40:32 2018 +0000 |
tree | 55112c09312c321673347347cd54ee60f380d9e6 | |
parent | 944fbb1475219e637f9a6031841db6d7ecdc9d18 [diff] [blame] |
[libcxx] [test] Add missing <stdexcept> in several tests. Reviewed as https://reviews.llvm.org/D50420 llvm-svn: 339209
diff --git a/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp b/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp index 4160146..98e83ef 100644 --- a/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp +++ b/libcxx/test/std/strings/string.view/string.view.ops/copy.pass.cpp
@@ -21,6 +21,7 @@ #include <string_view> #include <algorithm> #include <cassert> +#include <stdexcept> #include "test_macros.h"