From: Anand Shukla Date: Tue, 9 Jul 2002 19:18:16 +0000 (+0000) Subject: added std:: to hash_set X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e086f4e8978ffa8cfa0fd172c3ef2a056c02c6f5;p=oota-llvm.git added std:: to hash_set git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2846 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/MachineInstr.h b/include/llvm/CodeGen/MachineInstr.h index 15c4b7878a7..ecfea149a5a 100644 --- a/include/llvm/CodeGen/MachineInstr.h +++ b/include/llvm/CodeGen/MachineInstr.h @@ -14,6 +14,8 @@ #include #include class Instruction; +using std::vector; +using std::hash_set; //--------------------------------------------------------------------------- // class MachineOperand