[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
This commit is contained in:
Christopher Di Bella 2022-02-15 04:44:51 +00:00
parent 49ff418ed5
commit d7b1c840ba

View File

@ -45,6 +45,8 @@
#include <cerrno>
#include <chrono>
#include <type_traits>
#include <utility>
namespace clang {
namespace clangd {