summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Bohme <mboehme@google.com>2017-12-20 09:17:31 +0000
committerMartin Bohme <mboehme@google.com>2017-12-20 09:17:31 +0000
commitf114dc5e5187a125c13f195ba415e17fccd7ebf0 (patch)
treeafebaf0b9ba750feca945c438579912dc4ac5b3f
parent5291528b34d2863450db23a04232be2ab5ec1f15 (diff)
[clangd] Add "../" to Logger.h included from parent directory.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@321156 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clangd/index/MemIndex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clangd/index/MemIndex.cpp b/clangd/index/MemIndex.cpp
index 11beae4a..84db3274 100644
--- a/clangd/index/MemIndex.cpp
+++ b/clangd/index/MemIndex.cpp
@@ -8,7 +8,7 @@
//===-------------------------------------------------------------------===//
#include "MemIndex.h"
-#include "Logger.h"
+#include "../Logger.h"
namespace clang {
namespace clangd {