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

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 f5760a424d
commit bc68100d59

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;
//---------------------------------------------------------------------------