diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-09 16:50:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-09 16:50:24 +0000 |
commit | d6e237ff52d82c09c110495ad8805abf12ad975d (patch) | |
tree | e4eb73c9b26c15712223b70173cbb2190fba3604 /llvm | |
parent | a3697666ebafcc4b47adcc967aff1af27b4715c9 (diff) | |
download | bcm5719-llvm-d6e237ff52d82c09c110495ad8805abf12ad975d.tar.gz bcm5719-llvm-d6e237ff52d82c09c110495ad8805abf12ad975d.zip |
Include header in the compiler-neutral location
llvm-svn: 2843
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineInstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h index 4d772d8f880..15c4b7878a7 100644 --- a/llvm/include/llvm/CodeGen/MachineInstr.h +++ b/llvm/include/llvm/CodeGen/MachineInstr.h @@ -12,7 +12,7 @@ #include "llvm/Target/MachineInstrInfo.h" #include "llvm/Annotation.h" #include <iterator> -#include <hash_set> +#include <ext/hash_set> class Instruction; //--------------------------------------------------------------------------- |