commit | 7c0f86233fd1cc014853054763bb66ddcd2008f1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Dec 24 00:44:34 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Dec 24 00:44:34 2002 +0000 |
tree | 8dd78372829a30f9e2d8c23bfe5f32bd977bdd40 | |
parent | c94e5eeae837d2cc4524775eee1f95424e6d32ff [diff] [blame] |
Fix compilation on GCC 3.2 llvm-svn: 5136
diff --git a/llvm/lib/Support/SystemUtils.cpp b/llvm/lib/Support/SystemUtils.cpp index 5483f80..98b2fc6 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>