This revision was automatically updated to reflect the committed changes. Closed by commit rGd7b1c840ba4e: [clangd][NFC] includes missing headers (authored by cjdb).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D119806/new/ https://reviews.llvm.org/D119806 Files: clang-tools-extra/clangd/support/Shutdown.h Index: clang-tools-extra/clangd/support/Shutdown.h =================================================================== --- clang-tools-extra/clangd/support/Shutdown.h +++ clang-tools-extra/clangd/support/Shutdown.h @@ -45,6 +45,8 @@ #include <cerrno> #include <chrono> +#include <type_traits> +#include <utility> namespace clang { namespace clangd {
Index: clang-tools-extra/clangd/support/Shutdown.h =================================================================== --- clang-tools-extra/clangd/support/Shutdown.h +++ clang-tools-extra/clangd/support/Shutdown.h @@ -45,6 +45,8 @@ #include <cerrno> #include <chrono> +#include <type_traits> +#include <utility> namespace clang { namespace clangd {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits