summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SystemUtils.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-24 00:44:34 +0000
committerChris Lattner <sabre@nondot.org>2002-12-24 00:44:34 +0000
commit7c0f86233fd1cc014853054763bb66ddcd2008f1 (patch)
tree8dd78372829a30f9e2d8c23bfe5f32bd977bdd40 /llvm/lib/Support/SystemUtils.cpp
parentc94e5eeae837d2cc4524775eee1f95424e6d32ff (diff)
downloadbcm5719-llvm-7c0f86233fd1cc014853054763bb66ddcd2008f1.tar.gz
bcm5719-llvm-7c0f86233fd1cc014853054763bb66ddcd2008f1.zip
Fix compilation on GCC 3.2
llvm-svn: 5136
Diffstat (limited to 'llvm/lib/Support/SystemUtils.cpp')
-rw-r--r--llvm/lib/Support/SystemUtils.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp
index 5483f809583..98b2fc662cf 100644
--- a/llvm/lib/Support/SystemUtils.cpp
+++ b/llvm/lib/Support/SystemUtils.cpp
@@ -8,6 +8,7 @@
#include "SystemUtils.h"
#include <algorithm>
#include <fstream>
+#include <iostream>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud