summaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-09 16:50:24 +0000
committerChris Lattner <sabre@nondot.org>2002-07-09 16:50:24 +0000
commit53e9983790f497519919385e60fd2a942d75f652 (patch)
treee1281a9796dca06f30b64811ab7d0ea4a9950c5c /include/llvm
parentec0de5cb4b452a5533d89fa874ea419ec5acdb59 (diff)
downloadllvm-53e9983790f497519919385e60fd2a942d75f652.tar.gz
llvm-53e9983790f497519919385e60fd2a942d75f652.tar.bz2
llvm-53e9983790f497519919385e60fd2a942d75f652.tar.xz
Include header in the compiler-neutral location
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2843 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/MachineInstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h
index 4d772d8f88..15c4b7878a 100644
--- a/include/llvm/CodeGen/MachineInstr.h
+++ b/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;
//---------------------------------------------------------------------------