Skip to content

Commit 58592f6

Browse files
committed
Include <cstdlib> for std::abort() in clangd
This fixes a "not a member of 'std'" error with e.g. Fedora 32. Closes: #105
1 parent 6530136 commit 58592f6

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)