Author: mboehme Date: Wed Dec 20 01:17:31 2017 New Revision: 321156 URL: http://llvm.org/viewvc/llvm-project?rev=321156&view=rev Log: [clangd] Add "../" to Logger.h included from parent directory.
Modified: clang-tools-extra/trunk/clangd/index/MemIndex.cpp Modified: clang-tools-extra/trunk/clangd/index/MemIndex.cpp URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/MemIndex.cpp?rev=321156&r1=321155&r2=321156&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/index/MemIndex.cpp (original) +++ clang-tools-extra/trunk/clangd/index/MemIndex.cpp Wed Dec 20 01:17:31 2017 @@ -8,7 +8,7 @@ //===-------------------------------------------------------------------===// #include "MemIndex.h" -#include "Logger.h" +#include "../Logger.h" namespace clang { namespace clangd { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits