[libcxx] [test] Add missing <stdexcept> to name std::out_of_range to string.conversio...
authorBilly Robert O'Neal III <bion@microsoft.com>
Wed, 3 Apr 2019 00:08:42 +0000 (00:08 +0000)
committerBilly Robert O'Neal III <bion@microsoft.com>
Wed, 3 Apr 2019 00:08:42 +0000 (00:08 +0000)
llvm-svn: 357547

libcxx/test/std/strings/string.conversions/stold.pass.cpp

index d079f84..1953167 100644 (file)
 // 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"