Skip to content

Commit b56e5f8

Browse files
committed
[clangd] Unbreak mac build after 0c96a92
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.
1 parent 7b06bfc commit b56e5f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang-tools-extra/clangd/Transport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_TRANSPORT_H_
1919
#define LLVM_CLANG_TOOLS_EXTRA_CLANGD_TRANSPORT_H_
2020

21+
#include "Features.h"
2122
#include "llvm/ADT/StringRef.h"
2223
#include "llvm/Support/JSON.h"
2324
#include "llvm/Support/raw_ostream.h"

0 commit comments

Comments
 (0)