Very new versions of gcc appear to have now cleaned up yet another header leaking out

This commit is contained in:
KimLS 2014-10-15 22:15:24 -07:00
parent 6028dbb4e5
commit 0f9cfc0615

View File

@ -28,6 +28,7 @@
#include <luabind/config.hpp>
#include <luabind/detail/instance_holder.hpp>
#include <luabind/detail/ref.hpp>
#include <cstdlib>
namespace luabind { namespace detail
{