commit | 3143e90ca89b808e98ad7354a9e7dd6bf42fef00 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Feb 10 01:17:36 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Feb 10 01:17:36 2010 +0000 |
tree | d00f7ead11dd8db808f2cfdcc9a28b0691ef8e80 | |
parent | a2bd92b13068bfd6609cc3f72c61d6787b53b8d2 [diff] [blame] |
fix missing #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95745 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachineSSAUpdater.cpp b/lib/CodeGen/MachineSSAUpdater.cpp index 72f731e..2255dc3 100644 --- a/lib/CodeGen/MachineSSAUpdater.cpp +++ b/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"