From 81f64e2be0c43995b7d68907de3ff4fd804b007e Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Fri, 20 Jan 2017 05:33:22 +0000 Subject: [PATCH] llvm-cxxfilt: add missing includes from previous change git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292580 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/llvm-cxxfilt/llvm-cxxfilt.cpp b/tools/llvm-cxxfilt/llvm-cxxfilt.cpp index 16dd37fa3b8..6076a6313b3 100644 --- a/tools/llvm-cxxfilt/llvm-cxxfilt.cpp +++ b/tools/llvm-cxxfilt/llvm-cxxfilt.cpp @@ -9,6 +9,8 @@ #include "llvm/Demangle/Demangle.h" #include "llvm/Support/CommandLine.h" +#include "llvm/Support/PrettyStackTrace.h" +#include "llvm/Support/Signals.h" #include "llvm/Support/raw_ostream.h" #include #include -- 2.50.1