diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-29 01:39:13 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-29 01:39:13 +0000 |
commit | c924556dd5fd3a3912d5e9ce201ee571bdefdd1a (patch) | |
tree | 765f9ed60503e14af54f4eb51c63b8b60d44f2d9 /lib/CodeGen | |
parent | ee1d91a8301f91318e1aeed55c35ba5f6ca0b913 (diff) |
Fix missing #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h index 53e1fccdf7..ae356e2dfb 100644 --- a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h +++ b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h @@ -19,6 +19,7 @@ #include "llvm/Instructions.h" #include "llvm/ADT/APInt.h" #include "llvm/ADT/DenseMap.h" +#include "llvm/ADT/SmallVector.h" #ifndef NDEBUG #include "llvm/ADT/SmallSet.h" #endif |