From 6d3dae07ca79c75ffce10b9561aa85b6fbe4a265 Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Thu, 26 Jun 2014 12:22:38 +0000 Subject: [PATCH] Add missing header for _LIBUNWIND_LOG(). llvm-svn: 211775 --- libcxxabi/src/Unwind/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxxabi/src/Unwind/config.h b/libcxxabi/src/Unwind/config.h index 638dab2..6f0d1cf 100644 --- a/libcxxabi/src/Unwind/config.h +++ b/libcxxabi/src/Unwind/config.h @@ -15,6 +15,7 @@ #define LIBUNWIND_CONFIG_H #include +#include // Define static_assert() unless already defined by compiler. #ifndef __has_feature -- 2.7.4