Skip to content

Commit ba94b8b

Browse files
committed
[clangd] Attempt to fix buildbots
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.
1 parent e5fb79b commit ba94b8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "support/ThreadCrashReporter.h"
1010
#include "llvm/Support/Signals.h"
1111
#include "llvm/Support/ThreadLocal.h"
12+
#include <atomic>
1213

1314
namespace clang {
1415
namespace clangd {

0 commit comments

Comments
 (0)