summaryrefslogtreecommitdiff
path: root/tools/llvm-cxxdump
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:07:13 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2015-03-23 18:07:13 +0000
commitdf93f4bb0bd7f1c122fab9f19ec17a8f7f4a115c (patch)
treef5ea40c57755e80e77e063c4905968d13d6ae16e /tools/llvm-cxxdump
parentc1813d8fe186df911999d9d25f96b2875ad72d46 (diff)
Purge unused includes throughout libSupport.
NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@232976 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-cxxdump')
-rw-r--r--tools/llvm-cxxdump/llvm-cxxdump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llvm-cxxdump/llvm-cxxdump.cpp b/tools/llvm-cxxdump/llvm-cxxdump.cpp
index e76f66c3980..aeb977a5b42 100644
--- a/tools/llvm-cxxdump/llvm-cxxdump.cpp
+++ b/tools/llvm-cxxdump/llvm-cxxdump.cpp
@@ -24,6 +24,7 @@
#include "llvm/Support/Signals.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
+#include "llvm/Support/raw_ostream.h"
#include <map>
#include <string>
#include <system_error>