From 665f97e782d74fa02981bd35a20c11ef60756f4f Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 24 Jun 2013 16:11:33 -0400 Subject: [PATCH] Move lua includes where they belong --- Util/LuaUtil.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Util/LuaUtil.h b/Util/LuaUtil.h index fadf78d6f..5137cf3f4 100644 --- a/Util/LuaUtil.h +++ b/Util/LuaUtil.h @@ -18,11 +18,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or see http://www.gnu.org/licenses/agpl.txt. */ - - #ifndef LUAUTIL_H_ #define LUAUTIL_H_ +extern "C" { + #include + #include + #include +} + #include #include #include