commit | 7f74a56e2436c40b18a672ad7d58727cd6832329 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 20 22:54:45 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 20 22:54:45 2002 +0000 |
tree | 6a4683a53f7eb71b8a3425008ef21268c2b2c8fd | |
parent | 850d4f6af1a0e9de3fa6e10afb04e3738fcc5d67 [diff] [blame] |
Changes to build successfully with GCC 3.02 llvm-svn: 1503
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index 30d9c7e..34dd83b 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
@@ -22,7 +22,7 @@ #include "llvm/Instruction.h" #include "llvm/Type.h" #include "llvm/iMemory.h" - +using std::vector; //*************************** Local Functions ******************************/