diff options
Diffstat (limited to 'src/stdexcept.cpp')
-rw-r--r-- | src/stdexcept.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stdexcept.cpp b/src/stdexcept.cpp index 0a08bfec27ec9..90d8a34b82deb 100644 --- a/src/stdexcept.cpp +++ b/src/stdexcept.cpp @@ -7,11 +7,11 @@ // //===----------------------------------------------------------------------===// -#include "__refstring" #include "stdexcept" #include "new" #include "string" #include "system_error" +#include "__refstring" /* For _LIBCPPABI_VERSION */ #if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT) @@ -20,6 +20,7 @@ static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), ""); + namespace std // purposefully not using versioning namespace { |