Include header in the compiler-neutral location
authorChris Lattner <sabre@nondot.org>
Tue, 9 Jul 2002 16:50:24 +0000 (16:50 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 9 Jul 2002 16:50:24 +0000 (16:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2843 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineInstr.h

index 4d772d8f880c07ca497b42d20f79a881ac6b6fae..15c4b7878a7d73eb9b7d1579e255a15e4abbbb0d 100644 (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;
 
 //---------------------------------------------------------------------------