summaryrefslogtreecommitdiff
path: root/lib/Support/SystemUtils.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
commit1a097e30d39e60303ae2b19f7a56e813f3e3c18e (patch)
tree79d479d86ba217cb4b76e88186fb8031254e5af6 /lib/Support/SystemUtils.cpp
parentf72d29c540bf32b9c0e8914484cbbdeac70ee12a (diff)
downloadllvm-1a097e30d39e60303ae2b19f7a56e813f3e3c18e.tar.gz
llvm-1a097e30d39e60303ae2b19f7a56e813f3e3c18e.tar.bz2
llvm-1a097e30d39e60303ae2b19f7a56e813f3e3c18e.tar.xz
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/SystemUtils.cpp')
-rw-r--r--lib/Support/SystemUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp
index 1d2c1086ae..30b9f8d43d 100644
--- a/lib/Support/SystemUtils.cpp
+++ b/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,