Fix missing #include.
authorDan Gohman <gohman@apple.com>
Thu, 29 Apr 2010 01:39:13 +0000 (01:39 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 29 Apr 2010 01:39:13 +0000 (01:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102584 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

index 53e1fccdf75843b1a4772716eac72925b820a374..ae356e2dfb7c4e077f8bf07c357873ecf102bdbd 100644 (file)
@@ -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