diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-02-25 19:55:49 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-02-25 19:55:49 +0000 |
commit | f42e1eca9fe959059079abf0dda590c23fddfb14 (patch) | |
tree | 7c168ec4f51115c390410685621b08894e48c929 | |
parent | 49be160531053ba001f0337951572ea9de064eb9 (diff) | |
download | bcm5719-llvm-f42e1eca9fe959059079abf0dda590c23fddfb14.tar.gz bcm5719-llvm-f42e1eca9fe959059079abf0dda590c23fddfb14.zip |
Add missing #include found by modules buildbot.
llvm-svn: 230532
-rw-r--r-- | clang/include/clang/Sema/CodeCompleteConsumer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Sema/CodeCompleteConsumer.h b/clang/include/clang/Sema/CodeCompleteConsumer.h index 83a0d575b9a..647eb8b3808 100644 --- a/clang/include/clang/Sema/CodeCompleteConsumer.h +++ b/clang/include/clang/Sema/CodeCompleteConsumer.h @@ -17,6 +17,7 @@ #include "clang/AST/CanonicalType.h" #include "clang/AST/Type.h" #include "clang/Sema/CodeCompleteOptions.h" +#include "llvm/ADT/DenseMap.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" #include "llvm/Support/Allocator.h" |