We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19c538d commit 23259fcCopy full SHA for 23259fc
make/modules.cpp
@@ -1,4 +1,4 @@
1
-#include <bee/lua/module.h>
+#include <binding/binding.h>
2
3
extern "C" int luaopen_lpeglabel (lua_State *L);
4
static ::bee::lua::callfunc _init(::bee::lua::register_module, "lpeglabel", luaopen_lpeglabel);
0 commit comments