This revision was automatically updated to reflect the committed changes. Closed by commit rG478092d33116: [clangd][iwyu] explicitly includes `<atomic>` (authored by cjdb).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D105400/new/ https://reviews.llvm.org/D105400 Files: clang-tools-extra/clangd/support/Threading.h Index: clang-tools-extra/clangd/support/Threading.h =================================================================== --- clang-tools-extra/clangd/support/Threading.h +++ clang-tools-extra/clangd/support/Threading.h @@ -12,6 +12,7 @@ #include "support/Context.h" #include "llvm/ADT/FunctionExtras.h" #include "llvm/ADT/Twine.h" +#include <atomic> #include <cassert> #include <condition_variable> #include <future>
Index: clang-tools-extra/clangd/support/Threading.h =================================================================== --- clang-tools-extra/clangd/support/Threading.h +++ clang-tools-extra/clangd/support/Threading.h @@ -12,6 +12,7 @@ #include "support/Context.h" #include "llvm/ADT/FunctionExtras.h" #include "llvm/ADT/Twine.h" +#include <atomic> #include <cassert> #include <condition_variable> #include <future>
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits