git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@357547 91177308-0d34-0410-b5e6-96231b3b80d8
@@ -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"