Include <cstdlib> for std::abort() in clangd
commit58592f6c49249293f79698cfcb31dba532e12603
authorDimitry Andric <dimitry@andric.com>
Thu, 23 Jan 2020 09:11:17 +0000 (23 10:11 +0100)
committerDimitry Andric <dimitry@andric.com>
Fri, 24 Jan 2020 19:52:37 +0000 (24 20:52 +0100)
tree7bc96b8bcecbd67194ca843cfca8baff8e7f718c
parent6530136fe3f90b3716f8a1f4b0b951b5fb604aaf
Include <cstdlib> for std::abort() in clangd

This fixes a "not a member of 'std'" error with e.g. Fedora 32.

Closes: #105
clang-tools-extra/clangd/Shutdown.cpp