include required for luabind B7

This commit is contained in:
Enno Rehling 2004-09-26 19:16:07 +00:00
parent 3fd66be379
commit a43b493fce
1 changed files with 3 additions and 0 deletions

View File

@ -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>