Skip to content

Commit 9f64f58

Browse files
committed
include string header to fix test build in some envs
1 parent 3c721bf commit 9f64f58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/customLuaTests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
#include "lauxlib.h"
55
#include "lualib.h"
66

7+
#include <string>
8+
79
TEST_CASE("shortprint (?)") {
810
lua_State *L = luaL_newstate();
911
luaL_openlibs(L);

0 commit comments

Comments
 (0)