Skip to content

Commit 8338655

Browse files
committed
修复问题
1 parent bb88c80 commit 8338655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

LuaParser/src/LuaParseException.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#include "LuaParser/LuaParseException.h"
2+
#include <string>
3+
24

35
LuaParseException::LuaParseException(std::string_view message)
46
: runtime_error(std::string(message))

0 commit comments

Comments
 (0)