]> granicus.if.org Git - llvm/commitdiff
llvm-cxxfilt: add missing includes from previous change
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Jan 2017 05:33:22 +0000 (05:33 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 20 Jan 2017 05:33:22 +0000 (05:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292580 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-cxxfilt/llvm-cxxfilt.cpp

index 16dd37fa3b8d83b0edff406703c7fffa3eb73035..6076a6313b360686660ea6f074adbb6d6ffc2812 100644 (file)
@@ -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>