summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Linker/LinkModules.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2006-12-07 23:41:45 +0000
committerBill Wendling <isanbard@gmail.com>2006-12-07 23:41:45 +0000
commit30c0f3367c85da442008031aac69ea0f0e5c43ba (patch)
treecaf54b1bc7a8eee74da385a642ed498cf8135738 /llvm/lib/Linker/LinkModules.cpp
parent4c36e6bee04c39a980d37f0eec8d9259e0a4b3d2 (diff)
downloadbcm5719-llvm-30c0f3367c85da442008031aac69ea0f0e5c43ba.tar.gz
bcm5719-llvm-30c0f3367c85da442008031aac69ea0f0e5c43ba.zip
Don't use <sstream> in Streams.h but <iosfwd> instead.
llvm-svn: 32340
Diffstat (limited to 'llvm/lib/Linker/LinkModules.cpp')
-rw-r--r--llvm/lib/Linker/LinkModules.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Linker/LinkModules.cpp b/llvm/lib/Linker/LinkModules.cpp
index 71239f74392..8f8aec1abd9 100644
--- a/llvm/lib/Linker/LinkModules.cpp
+++ b/llvm/lib/Linker/LinkModules.cpp
@@ -25,6 +25,7 @@
#include "llvm/Assembly/Writer.h"
#include "llvm/Support/Streams.h"
#include "llvm/System/Path.h"
+#include <sstream>
using namespace llvm;
// Error - Simple wrapper function to conditionally assign to E and return true.
OpenPOWER on IntegriCloud