[clang-tools-extra] r295184 - [clangd] Add missing include.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 15 07:19:13 PST 2017
Author: d0k
Date: Wed Feb 15 09:19:13 2017
New Revision: 295184
URL: http://llvm.org/viewvc/llvm-project?rev=295184&view=rev
Log:
[clangd] Add missing include.
Modified:
clang-tools-extra/trunk/clangd/DocumentStore.h
Modified: clang-tools-extra/trunk/clangd/DocumentStore.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/DocumentStore.h?rev=295184&r1=295183&r2=295184&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/DocumentStore.h (original)
+++ clang-tools-extra/trunk/clangd/DocumentStore.h Wed Feb 15 09:19:13 2017
@@ -14,6 +14,7 @@
#include "llvm/ADT/StringMap.h"
#include <mutex>
#include <string>
+#include <vector>
namespace clang {
namespace clangd {
More information about the cfe-commits
mailing list