Skip to content

Commit 52f6adb

Browse files
committed
修复一个依赖错误
1 parent d49999b commit 52f6adb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/LuaParser/LuaError.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#pragma once
22

3+
#include <string>
34
#include "TextRange.h"
45

6+
57
class LuaError
68
{
79
public:

0 commit comments

Comments
 (0)