Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-06-26 03:55:37 +0400
committerNico Weber <nicolasweber@gmx.de>2014-06-26 03:55:37 +0400
commit49f09fd88afbf04a2c661c1917665b46f96729fa (patch)
tree50807a6c82d4f7fb40aec3f76bc74514a8cbb11f /libcxxabi/src/cxa_handlers.cpp
parente9012b035cb0ba31ef00fa86f47f3fc27ce831bc (diff)
Minor libc++abi changes to make things build better with gcc.
llvm-svn: 211748
Diffstat (limited to 'libcxxabi/src/cxa_handlers.cpp')
-rw-r--r--libcxxabi/src/cxa_handlers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_handlers.cpp b/libcxxabi/src/cxa_handlers.cpp
index 6c13fcd2c3cf..674933bfefb6 100644
--- a/libcxxabi/src/cxa_handlers.cpp
+++ b/libcxxabi/src/cxa_handlers.cpp
@@ -14,6 +14,7 @@
#include <new>
#include <exception>
#include "abort_message.h"
+#include "config.h"
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"