diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-02-10 01:17:36 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-02-10 01:17:36 +0000 |
| commit | c9505b68c8aec8d4673ef47a813846ee1ea9510e (patch) | |
| tree | 995d0a9e0179f142599c0488c6e028db40f5ac7c /llvm/lib/CodeGen/MachineSSAUpdater.cpp | |
| parent | 68ebe63865af3e320b4f0728f3dba42ac0aa627a (diff) | |
fix missing #includes.
llvm-svn: 95745
Diffstat (limited to 'llvm/lib/CodeGen/MachineSSAUpdater.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/MachineSSAUpdater.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineSSAUpdater.cpp b/llvm/lib/CodeGen/MachineSSAUpdater.cpp index 72f731e053d5..2255dc339657 100644 --- a/llvm/lib/CodeGen/MachineSSAUpdater.cpp +++ b/llvm/lib/CodeGen/MachineSSAUpdater.cpp @@ -20,6 +20,7 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/ADT/DenseMap.h" +#include "llvm/ADT/SmallVector.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/raw_ostream.h" |
