Skip to content

Commit 8fd5997

Browse files
authored
Merge pull request #5032 from apple/eng/pick/861a5920
[clangd][NFC] includes missing headers
2 parents 219773f + 861a592 commit 8fd5997

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)