[clangd] Attempt to fix buildbots
authorShoaib Meenai <smeenai@fb.com>
Tue, 26 Oct 2021 03:16:59 +0000 (20:16 -0700)
committerShoaib Meenai <smeenai@fb.com>
Tue, 26 Oct 2021 03:16:59 +0000 (20:16 -0700)
http://45.33.8.238/win/47615/step_4.txt is a sample error; I believe it
just needs the right header to be included.

clang-tools-extra/clangd/support/ThreadCrashReporter.cpp

index e67900e..b0386ba 100644 (file)
@@ -9,6 +9,7 @@
 #include "support/ThreadCrashReporter.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/ThreadLocal.h"
+#include <atomic>
 
 namespace clang {
 namespace clangd {