diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-24 00:44:34 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-24 00:44:34 +0000 |
commit | e1b52b765675015eee5ce9efdb1b81c6c3eaefb1 (patch) | |
tree | 812315d2dd05c20b1852c718761e80e3f243fd53 /lib/Support/SystemUtils.cpp | |
parent | 4fcfc12daba974047f7c352c30d0d5c4f67e87a6 (diff) |
Fix compilation on GCC 3.2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5136 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support/SystemUtils.cpp')
-rw-r--r-- | lib/Support/SystemUtils.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp index 5483f80958..98b2fc662c 100644 --- a/lib/Support/SystemUtils.cpp +++ b/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> |