From: Chris Lattner Date: Tue, 24 Dec 2002 00:44:34 +0000 (+0000) Subject: Fix compilation on GCC 3.2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e1b52b765675015eee5ce9efdb1b81c6c3eaefb1;p=oota-llvm.git Fix compilation on GCC 3.2 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5136 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/SystemUtils.cpp b/lib/Support/SystemUtils.cpp index 5483f809583..98b2fc662cf 100644 --- a/lib/Support/SystemUtils.cpp +++ b/lib/Support/SystemUtils.cpp @@ -8,6 +8,7 @@ #include "SystemUtils.h" #include #include +#include #include #include #include diff --git a/support/lib/Support/SystemUtils.cpp b/support/lib/Support/SystemUtils.cpp index 5483f809583..98b2fc662cf 100644 --- a/support/lib/Support/SystemUtils.cpp +++ b/support/lib/Support/SystemUtils.cpp @@ -8,6 +8,7 @@ #include "SystemUtils.h" #include #include +#include #include #include #include diff --git a/tools/bugpoint/ExecutionDriver.cpp b/tools/bugpoint/ExecutionDriver.cpp index 913fee850b9..1445f1ecb9a 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 +#include 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 5483f809583..98b2fc662cf 100644 --- a/tools/bugpoint/SystemUtils.cpp +++ b/tools/bugpoint/SystemUtils.cpp @@ -8,6 +8,7 @@ #include "SystemUtils.h" #include #include +#include #include #include #include