Include header in the compiler-neutral location

llvm-svn: 2843
This commit is contained in:
Chris Lattner 2002-07-09 16:50:24 +00:00
parent a3697666eb
commit d6e237ff52
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Annotation.h"
#include <iterator>
#include <hash_set>
#include <ext/hash_set>
class Instruction;
//---------------------------------------------------------------------------