New iostream definitions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4482 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-01 16:46:05 +00:00
parent a145d4188c
commit ec3e2f41cd
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include "llvm/Target/MachineSchedInfo.h"
#include "Support/hash_set"
#include <list>
#include <iosfwd>
class Function;
class MachineInstr;

View File

@ -18,6 +18,7 @@
#include "llvm/Target/MachineSchedInfo.h"
#include "Support/hash_set"
#include <list>
#include <iosfwd>
class Function;
class MachineInstr;