1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Change to make it build with GCC 2.95.3

llvm-svn: 1802
This commit is contained in:
Anand Shukla 2002-02-26 18:57:15 +00:00
parent 47588b8119
commit 32c3ca3f0c

View File

@ -27,7 +27,7 @@
#include "Support/CommandLine.h"
#include <list>
#include <ext/hash_set>
#include <ostream>
#include <iostream>
class Method;
class MachineInstr;
class SchedulingManager;