diff options
author | Bill Wendling <isanbard@gmail.com> | 2006-12-07 23:41:45 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2006-12-07 23:41:45 +0000 |
commit | 1a097e30d39e60303ae2b19f7a56e813f3e3c18e (patch) | |
tree | 79d479d86ba217cb4b76e88186fb8031254e5af6 /lib/Support/CommandLine.cpp | |
parent | f72d29c540bf32b9c0e8914484cbbdeac70ee12a (diff) |
Don't use <sstream> in Streams.h but <iosfwd> instead.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32340 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/CommandLine.cpp')
-rw-r--r-- | lib/Support/CommandLine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index 920811a06c..012f759d4f 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -24,6 +24,7 @@ #include <algorithm> #include <functional> #include <map> +#include <ostream> #include <set> #include <cstdlib> #include <cerrno> |