Skip to content

Commit 6419f1c

Browse files
authored
Merge pull request #1315 from tachoknight/apple/stable/20200108
Added <cstdlib> header for std::abort
2 parents bf8b1ac + cd99033 commit 6419f1c

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
@@ -10,6 +10,7 @@
1010

1111
#include <atomic>
1212
#include <thread>
13+
#include <cstdlib>
1314

1415
namespace clang {
1516
namespace clangd {

0 commit comments

Comments
 (0)