forked from github/server
include required for luabind B7
This commit is contained in:
parent
3fd66be379
commit
a43b493fce
|
@ -9,6 +9,9 @@
|
|||
#include <lua.hpp>
|
||||
#include <luabind/luabind.hpp>
|
||||
#include <luabind/iterator_policy.hpp>
|
||||
#ifdef HAVE_LUABIND_B7
|
||||
# include <luabind/operator.hpp>
|
||||
#endif
|
||||
|
||||
#include <util/base36.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue