Change to make it build with GCC 2.95.3

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1802 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anand Shukla 2002-02-26 18:57:15 +00:00
parent c8e6b10c2c
commit 155d2c9384
2 changed files with 2 additions and 2 deletions

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;

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;