| commit | 5a403580e38236b540d1a6f9f67737407c8dfa10 | [log] [tgz] |
|---|---|---|
| author | Mehdi Amini <mehdi.amini@apple.com> | Tue Apr 04 05:38:38 2017 +0000 |
| committer | Mehdi Amini <mehdi.amini@apple.com> | Tue Apr 04 05:38:38 2017 +0000 |
| tree | a273cc14e11adad18d1a2232ef54ab1c36662a4c | |
| parent | e06b6bcfa1fee14f5857709eb5c404aa7ebc068d [diff] [blame] |
Uses quote to include cxxabi.h to make sure the local one is included llvm-svn: 299414
diff --git a/libcxxabi/src/cxa_exception.hpp b/libcxxabi/src/cxa_exception.hpp index 17e6c50..c009db4 100644 --- a/libcxxabi/src/cxa_exception.hpp +++ b/libcxxabi/src/cxa_exception.hpp
@@ -15,7 +15,7 @@ #define _CXA_EXCEPTION_H #include <exception> // for std::unexpected_handler and std::terminate_handler -#include <cxxabi.h> +#include "cxxabi.h" #include "unwind.h" namespace __cxxabiv1 {