summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CommandLine.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/Support/CommandLine.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/Support/CommandLine.cpp')
-rw-r--r--llvm/lib/Support/CommandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp
index 920811a06c6..012f759d4f6 100644
--- a/llvm/lib/Support/CommandLine.cpp
+++ b/llvm/lib/Support/CommandLine.cpp
@@ -24,6 +24,7 @@
#include <algorithm>
#include <functional>
#include <map>
+#include <ostream>
#include <set>
#include <cstdlib>
#include <cerrno>
OpenPOWER on IntegriCloud