diff options
author | Nico Weber <nicolasweber@gmx.de> | 2014-06-25 23:55:37 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2014-06-25 23:55:37 +0000 |
commit | 49f09fd88afbf04a2c661c1917665b46f96729fa (patch) | |
tree | 50807a6c82d4f7fb40aec3f76bc74514a8cbb11f /libcxxabi/src/cxa_default_handlers.cpp | |
parent | e9012b035cb0ba31ef00fa86f47f3fc27ce831bc (diff) | |
download | bcm5719-llvm-49f09fd88afbf04a2c661c1917665b46f96729fa.tar.gz bcm5719-llvm-49f09fd88afbf04a2c661c1917665b46f96729fa.zip |
Minor libc++abi changes to make things build better with gcc.
llvm-svn: 211748
Diffstat (limited to 'libcxxabi/src/cxa_default_handlers.cpp')
-rw-r--r-- | libcxxabi/src/cxa_default_handlers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_default_handlers.cpp b/libcxxabi/src/cxa_default_handlers.cpp index 27ffb719b05..a26ea2a05b6 100644 --- a/libcxxabi/src/cxa_default_handlers.cpp +++ b/libcxxabi/src/cxa_default_handlers.cpp @@ -13,6 +13,7 @@ #include <new> #include <exception> #include "abort_message.h" +#include "config.h" // For __sync_swap #include "cxxabi.h" #include "cxa_handlers.hpp" #include "cxa_exception.hpp" |