Skip to content

Commit 861a592

Browse files
cjdbhyp
authored andcommitted
[clangd][NFC] includes missing headers
`Shutdown.h` was transitively depending on two headers, but this isn't allowed under a modules build, so they're now explicitly included. Differential Revision: https://reviews.llvm.org/D119806
1 parent 219773f commit 861a592

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang-tools-extra/clangd/support/Shutdown.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545

4646
#include <cerrno>
4747
#include <chrono>
48+
#include <type_traits>
49+
#include <utility>
4850

4951
namespace clang {
5052
namespace clangd {

0 commit comments

Comments
 (0)