1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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 1897b07db2
commit 1214348847
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>