commit | 1a097e30d39e60303ae2b19f7a56e813f3e3c18e | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Dec 07 23:41:45 2006 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Dec 07 23:41:45 2006 +0000 |
tree | 79d479d86ba217cb4b76e88186fb8031254e5af6 | |
parent | f72d29c540bf32b9c0e8914484cbbdeac70ee12a [diff] [blame] |
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
diff --git a/lib/Debugger/SourceLanguage-Unknown.cpp b/lib/Debugger/SourceLanguage-Unknown.cpp index 276ae9f..c5d912a 100644 --- a/lib/Debugger/SourceLanguage-Unknown.cpp +++ b/lib/Debugger/SourceLanguage-Unknown.cpp
@@ -17,6 +17,7 @@ #include "llvm/Debugger/ProgramInfo.h" #include "llvm/Support/Streams.h" #include <cassert> +#include <ostream> using namespace llvm; //===----------------------------------------------------------------------===//