forked from OSchip/llvm-project
Fix an unfortunate yet old typo that never got attention before r250507.
Should fix the xcode libc++ build. llvm-svn: 250508
This commit is contained in:
parent
929df471a9
commit
02adf40a72
|
@ -14,7 +14,7 @@
|
|||
#include "system_error"
|
||||
|
||||
/* For _LIBCPPABI_VERSION */
|
||||
#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE_) || defined(LIBCXXRT)
|
||||
#if defined(LIBCXX_BUILDING_LIBCXXABI) || defined(__APPLE__) || defined(LIBCXXRT)
|
||||
#include <cxxabi.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue