diff options
-rw-r--r-- | lib/Support/SystemUtils.cpp | 1 | ||||
-rw-r--r-- | support/lib/Support/SystemUtils.cpp | 1 | ||||
-rw-r--r-- | tools/bugpoint/ExecutionDriver.cpp | 1 | ||||
-rw-r--r-- | tools/bugpoint/SystemUtils.cpp | 1 |
4 files changed, 4 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> diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp index 5483f80958..98b2fc662c 100644 --- a/support/lib/Support/SystemUtils.cpp +++ b/support/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> diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp index 913fee850b..1445f1ecb9 100644 --- a/tools/bugpoint/ExecutionDriver.cpp +++ b/tools/bugpoint/ExecutionDriver.cpp @@ -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 diff --git a/tools/bugpoint/SystemUtils.cpp b/tools/bugpoint/SystemUtils.cpp index 5483f80958..98b2fc662c 100644 --- a/tools/bugpoint/SystemUtils.cpp +++ b/tools/bugpoint/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> |