Skip to content

Commit 2dbbf8f

Browse files
committed
测试git action linux兼容
1 parent 88139fe commit 2dbbf8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

include/CodeFormatServer/VSCode.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
#include <vector>
55
#include <type_traits>
66
#include <nlohmann/json.hpp>
7+
#if defined(__GNUC__) && __GNUC__ < 10
8+
#else
79
#include <compare>
8-
10+
#endif
911
// 命名风格和vscode一样
1012

1113
namespace vscode

0 commit comments

Comments
 (0)