From 0f9cfc06150af1aa7b87c84077e48d05dc54c956 Mon Sep 17 00:00:00 2001 From: KimLS Date: Wed, 15 Oct 2014 22:15:24 -0700 Subject: [PATCH] Very new versions of gcc appear to have now cleaned up yet another header leaking out --- luabind/luabind/detail/object_rep.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/luabind/luabind/detail/object_rep.hpp b/luabind/luabind/detail/object_rep.hpp index dafa6532a..93b3e39d6 100644 --- a/luabind/luabind/detail/object_rep.hpp +++ b/luabind/luabind/detail/object_rep.hpp @@ -28,6 +28,7 @@ #include #include #include +#include namespace luabind { namespace detail {