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 { _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits