diff --git a/src/stdexcept.cpp b/src/stdexcept.cpp index b516b0ca6..9fa4f5931 100644 --- a/src/stdexcept.cpp +++ b/src/stdexcept.cpp @@ -15,7 +15,11 @@ #include #include #include "system_error" + +// Use to determine whether we're linking against libc++abi. +#if __has_include() #include +#endif // Note: optimize for size