We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb88c80 commit 8338655Copy full SHA for 8338655
LuaParser/src/LuaParseException.cpp
@@ -1,4 +1,6 @@
1
#include "LuaParser/LuaParseException.h"
2
+#include <string>
3
+
4
5
LuaParseException::LuaParseException(std::string_view message)
6
: runtime_error(std::string(message))
0 commit comments