commit | e351086c0b0694ee262c158678d9247a7294bfe6 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Apr 29 01:39:13 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Apr 29 01:39:13 2010 +0000 |
tree | 765f9ed60503e14af54f4eb51c63b8b60d44f2d9 | |
parent | e9b5ce10f07770d06aac415704e284bcbfdf70c3 [diff] [blame] |
Fix missing #include. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102584 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h index 53e1fcc..ae356e2 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