[libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.conversions\stold.pass.cpp.

llvm-svn: 357547
This commit is contained in:
Billy Robert O'Neal III 2019-04-03 00:08:42 +00:00
parent 2bb0f75a80
commit 4c1581e2da

View File

@ -16,9 +16,10 @@
// libc++abi.dylib and exceptions are not caught properly.
// XFAIL: with_system_cxx_lib=macosx10.7
#include <string>
#include <cmath>
#include <cassert>
#include <cmath>
#include <stdexcept>
#include <string>
#include "test_macros.h"