forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
e5fb79b314
commit
ba94b8bdff
|
@ -9,6 +9,7 @@
|
|||
#include "support/ThreadCrashReporter.h"
|
||||
#include "llvm/Support/Signals.h"
|
||||
#include "llvm/Support/ThreadLocal.h"
|
||||
#include <atomic>
|
||||
|
||||
namespace clang {
|
||||
namespace clangd {
|
||||
|
|
Loading…
Reference in New Issue