diff options
author | Billy Robert O'Neal III <bion@microsoft.com> | 2018-08-08 00:40:32 +0000 |
---|---|---|
committer | Billy Robert O'Neal III <bion@microsoft.com> | 2018-08-08 00:40:32 +0000 |
commit | ed2f9a6094ef2679fc8d9d70001c4f5b111c738d (patch) | |
tree | 55112c09312c321673347347cd54ee60f380d9e6 /libcxx/test/std/strings/string.conversions/stof.pass.cpp | |
parent | 944fbb1475219e637f9a6031841db6d7ecdc9d18 (diff) | |
download | bcm5719-llvm-ed2f9a6094ef2679fc8d9d70001c4f5b111c738d.tar.gz bcm5719-llvm-ed2f9a6094ef2679fc8d9d70001c4f5b111c738d.zip |
[libcxx] [test] Add missing <stdexcept> in several tests.
Reviewed as https://reviews.llvm.org/D50420
llvm-svn: 339209
Diffstat (limited to 'libcxx/test/std/strings/string.conversions/stof.pass.cpp')
-rw-r--r-- | libcxx/test/std/strings/string.conversions/stof.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/strings/string.conversions/stof.pass.cpp b/libcxx/test/std/strings/string.conversions/stof.pass.cpp index a5e587236e2..7c193648799 100644 --- a/libcxx/test/std/strings/string.conversions/stof.pass.cpp +++ b/libcxx/test/std/strings/string.conversions/stof.pass.cpp @@ -19,6 +19,7 @@ #include <string> #include <cmath> #include <cassert> +#include <stdexcept> #include "test_macros.h" |