Fix compilation on GCC 3.2
authorChris Lattner <sabre@nondot.org>
Tue, 24 Dec 2002 00:44:34 +0000 (00:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Dec 2002 00:44:34 +0000 (00:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5136 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/SystemUtils.cpp
support/lib/Support/SystemUtils.cpp
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/SystemUtils.cpp

index 5483f809583a944efaa4f194909b6f7eb25a753c..98b2fc662cf437a2068654a186bf8be54a7cde53 100644 (file)
@@ -8,6 +8,7 @@
 #include "SystemUtils.h"
 #include <algorithm>
 #include <fstream>
+#include <iostream>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 5483f809583a944efaa4f194909b6f7eb25a753c..98b2fc662cf437a2068654a186bf8be54a7cde53 100644 (file)
@@ -8,6 +8,7 @@
 #include "SystemUtils.h"
 #include <algorithm>
 #include <fstream>
+#include <iostream>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>
index 913fee850b960b90fcc1352f0bd28bc680806a84..1445f1ecb9ac722af14eb5617d73a353da459556 100644 (file)
@@ -18,6 +18,7 @@ BUGPOINT NOTES:
 #include "SystemUtils.h"
 #include "Support/CommandLine.h"
 #include <fstream>
+#include <iostream>
 
 namespace {
   // OutputType - Allow the user to specify the way code should be run, to test
index 5483f809583a944efaa4f194909b6f7eb25a753c..98b2fc662cf437a2068654a186bf8be54a7cde53 100644 (file)
@@ -8,6 +8,7 @@
 #include "SystemUtils.h"
 #include <algorithm>
 #include <fstream>
+#include <iostream>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/stat.h>