mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-19 09:26:59 +00:00
[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:
parent
49ff418ed5
commit
d7b1c840ba
@ -45,6 +45,8 @@
|
||||
|
||||
#include <cerrno>
|
||||
#include <chrono>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
namespace clang {
|
||||
namespace clangd {
|
||||
|
Loading…
x
Reference in New Issue
Block a user