From 6f77d64d2a413f7bafe21307443ea5b03d5141c7 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Fri, 22 Nov 2013 16:11:50 +0200 Subject: [PATCH] lua-utils: added missing include. --- src/core/lua-utils/object.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/lua-utils/object.h b/src/core/lua-utils/object.h index 8e8a221..9ba0b7b 100644 --- a/src/core/lua-utils/object.h +++ b/src/core/lua-utils/object.h @@ -33,6 +33,8 @@ #include #include +#include "murphy/common/list.h" + #define MRP_LUA_CONFIG_ENVVAR "__MURPHY_LUA_CONFIG" #define MRP_LUA_ENTER \ -- 2.7.4