r230532 - Add missing #include found by modules buildbot.

Richard Smith richard-llvm at metafoo.co.uk
Wed Feb 25 11:55:49 PST 2015


Author: rsmith
Date: Wed Feb 25 13:55:49 2015
New Revision: 230532

URL: http://llvm.org/viewvc/llvm-project?rev=230532&view=rev
Log:
Add missing #include found by modules buildbot.

Modified:
    cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h

Modified: cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h?rev=230532&r1=230531&r2=230532&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h (original)
+++ cfe/trunk/include/clang/Sema/CodeCompleteConsumer.h Wed Feb 25 13:55:49 2015
@@ -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"





More information about the cfe-commits mailing list