diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-03-31 15:04:05 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-03-31 15:04:05 +0000 |
commit | 6876fe615e16b0e76c7711e129e470305b7e9d41 (patch) | |
tree | c0408861e801f2a9506031acaee9ef9b8300c202 /lib/CodeGen/CGBlocks.cpp | |
parent | b2213dc3dd8f58b611b91d2fce4834a767efcba7 (diff) |
Minor include pruning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@100007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGBlocks.cpp')
-rw-r--r-- | lib/CodeGen/CGBlocks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CGBlocks.cpp b/lib/CodeGen/CGBlocks.cpp index 9217859ef1..509734123b 100644 --- a/lib/CodeGen/CGBlocks.cpp +++ b/lib/CodeGen/CGBlocks.cpp @@ -17,6 +17,7 @@ #include "CodeGenModule.h" #include "clang/AST/DeclObjC.h" #include "llvm/Module.h" +#include "llvm/ADT/SmallSet.h" #include "llvm/Target/TargetData.h" #include <algorithm> |