[PATCH] D119806: [clangd][NFC] includes missing headers
Christopher Di Bella via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 09:46:01 PST 2022
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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119806.408935.patch
Type: text/x-patch
Size: 358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220215/4648dedb/attachment.bin>
More information about the cfe-commits
mailing list