[llvm] r292580 - llvm-cxxfilt: add missing includes from previous change

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 21:33:22 PST 2017


Author: compnerd
Date: Thu Jan 19 23:33:22 2017
New Revision: 292580

URL: http://llvm.org/viewvc/llvm-project?rev=292580&view=rev
Log:
llvm-cxxfilt: add missing includes from previous change

Modified:
    llvm/trunk/tools/llvm-cxxfilt/llvm-cxxfilt.cpp

Modified: llvm/trunk/tools/llvm-cxxfilt/llvm-cxxfilt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-cxxfilt/llvm-cxxfilt.cpp?rev=292580&r1=292579&r2=292580&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-cxxfilt/llvm-cxxfilt.cpp (original)
+++ llvm/trunk/tools/llvm-cxxfilt/llvm-cxxfilt.cpp Thu Jan 19 23:33:22 2017
@@ -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 <cstdlib>
 #include <iostream>




More information about the llvm-commits mailing list