Skip to content

Commit 0793f04

Browse files
committed
Don't use lua.hpp
1 parent a5184cb commit 0793f04

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/lua/main.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#include <lua.hpp>
1+
extern "C"
2+
{
3+
#include <lua.h>
4+
#include <lauxlib.h>
5+
}
26

37
#include "../common/HTTPS.h"
48
#include "../common/config.h"

0 commit comments

Comments
 (0)