commit | 30c0f3367c85da442008031aac69ea0f0e5c43ba | [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 | caf54b1bc7a8eee74da385a642ed498cf8135738 | |
parent | 4c36e6bee04c39a980d37f0eec8d9259e0a4b3d2 [diff] [blame] |
Don't use <sstream> in Streams.h but <iosfwd> instead. llvm-svn: 32340
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp index 1d2c108..30b9f8d 100644 --- a/llvm/lib/Support/SystemUtils.cpp +++ b/llvm/lib/Support/SystemUtils.cpp
@@ -16,6 +16,7 @@ #include "llvm/Support/SystemUtils.h" #include "llvm/System/Process.h" #include "llvm/System/Program.h" +#include <ostream> using namespace llvm; bool llvm::CheckBytecodeOutputToConsole(std::ostream* stream_to_check,