Skip to content

Commit 5a4ca13

Browse files
committed
修复macosx下头文件问题
1 parent d72236d commit 5a4ca13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/CodeService/Format/Analyzer/IndentationAnalyzer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <stack>
44
#include <optional>
55
#include <unordered_set>
6+
#include <unordered_map>
67
#include "CodeService/Format/Analyzer/FormatAnalyzer.h"
78
#include "CodeService/Config/LuaStyleEnum.h"
89
#include "CodeService/Format/Types.h"

0 commit comments

Comments
 (0)