Fix compilation on GCC 3.2

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5136 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-12-24 00:44:34 +00:00
parent 4fcfc12dab
commit e1b52b7656
4 changed files with 4 additions and 0 deletions

View 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>

View 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>

View 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

View 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>