[clang-tools-extra] 1f1fb5e - [clangd] Fix build error in SemanticHighlighting.cpp

Nathan Ridge via cfe-commits cfe-commits at lists.llvm.org
Sun May 2 22:19:20 PDT 2021


Author: Nathan Ridge
Date: 2021-05-03T01:19:07-04:00
New Revision: 1f1fb5e8e6b214f7f13a4e4731b6d6add33508aa

URL: https://github.com/llvm/llvm-project/commit/1f1fb5e8e6b214f7f13a4e4731b6d6add33508aa
DIFF: https://github.com/llvm/llvm-project/commit/1f1fb5e8e6b214f7f13a4e4731b6d6add33508aa.diff

LOG: [clangd] Fix build error in SemanticHighlighting.cpp

Added: 
    

Modified: 
    clang-tools-extra/clangd/SemanticHighlighting.cpp

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/SemanticHighlighting.cpp b/clang-tools-extra/clangd/SemanticHighlighting.cpp
index ffd6fdc361d2..12ccdff82d02 100644
--- a/clang-tools-extra/clangd/SemanticHighlighting.cpp
+++ b/clang-tools-extra/clangd/SemanticHighlighting.cpp
@@ -8,6 +8,7 @@
 
 #include "SemanticHighlighting.h"
 #include "FindTarget.h"
+#include "HeuristicResolver.h"
 #include "ParsedAST.h"
 #include "Protocol.h"
 #include "SourceCode.h"


        


More information about the cfe-commits mailing list