[clangd] Unbreak mac build after 0c96a92d8666b8
authorNico Weber <thakis@chromium.org>
Wed, 30 Jun 2021 16:52:01 +0000 (12:52 -0400)
committerNico Weber <thakis@chromium.org>
Wed, 30 Jun 2021 16:53:38 +0000 (12:53 -0400)
commitb56e5f8a10c1ec4fd3750bdd269fbad778820326
tree50665c7c6d284b9031c0d75f223d4b173a132c17
parent7b06bfc49ec9d560fa50996ecf7f16b7c2f47c9d
[clangd] Unbreak mac build after 0c96a92d8666b8

That commit removed the include of Features.inc from ClangdLSPServer.h,
but ClangdMain.cpp relied on this include to pull in Features.inc for
the #if at the bottom of Transport.h.

Since the include is needed in Transport.h, just add it to there
directly.
clang-tools-extra/clangd/Transport.h