[clang-tools-extra] 69c99ad - [clangd] Fix build on linux after 7878d9c036352

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 28 04:43:02 PDT 2024


Author: Nico Weber
Date: 2024-06-28T13:42:54+02:00
New Revision: 69c99ad7e84b075bbafc541a2e4397e18975391d

URL: https://github.com/llvm/llvm-project/commit/69c99ad7e84b075bbafc541a2e4397e18975391d
DIFF: https://github.com/llvm/llvm-project/commit/69c99ad7e84b075bbafc541a2e4397e18975391d.diff

LOG: [clangd] Fix build on linux after 7878d9c036352

Added: 
    

Modified: 
    clang-tools-extra/clangd/index/remote/Client.h

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/clangd/index/remote/Client.h b/clang-tools-extra/clangd/index/remote/Client.h
index 2fdcf7723d5be..9755fb23c2ba5 100644
--- a/clang-tools-extra/clangd/index/remote/Client.h
+++ b/clang-tools-extra/clangd/index/remote/Client.h
@@ -11,6 +11,8 @@
 
 #include "llvm/ADT/StringRef.h"
 
+#include <memory>
+
 namespace clang {
 namespace clangd {
 


        


More information about the cfe-commits mailing list