Skip to content

Commit 23d9392

Browse files
DimitryAndriczmodem
authored andcommitted
Include <cstdlib> for std::abort() in clangd
This fixes a "not a member of 'std'" error with e.g. Fedora 32. Closes: #105 (cherry picked from commit 58592f6)
1 parent b5cf892 commit 23d9392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clangd/Shutdown.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "Shutdown.h"
1010

1111
#include <atomic>
12+
#include <cstdlib>
1213
#include <thread>
1314

1415
namespace clang {

0 commit comments

Comments
 (0)