Fix compilation on GCC 3.2

llvm-svn: 5136
This commit is contained in:
Chris Lattner 2002-12-24 00:44:34 +00:00
parent c94e5eeae8
commit 7c0f86233f
4 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include "SystemUtils.h" #include "SystemUtils.h"
#include <algorithm> #include <algorithm>
#include <fstream> #include <fstream>
#include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -8,6 +8,7 @@
#include "SystemUtils.h" #include "SystemUtils.h"
#include <algorithm> #include <algorithm>
#include <fstream> #include <fstream>
#include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>

View File

@ -18,6 +18,7 @@ BUGPOINT NOTES:
#include "SystemUtils.h" #include "SystemUtils.h"
#include "Support/CommandLine.h" #include "Support/CommandLine.h"
#include <fstream> #include <fstream>
#include <iostream>
namespace { namespace {
// OutputType - Allow the user to specify the way code should be run, to test // OutputType - Allow the user to specify the way code should be run, to test

View File

@ -8,6 +8,7 @@
#include "SystemUtils.h" #include "SystemUtils.h"
#include <algorithm> #include <algorithm>
#include <fstream> #include <fstream>
#include <iostream>
#include <stdlib.h> #include <stdlib.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>