X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/149c63f36e15b8500b1e826bda5138318ff7ba2b..4e0efa4e57a6db58ca4ffbe3beaf8f56dbab9eef:/src/bindings/lua/lua_private.hpp diff --git a/src/bindings/lua/lua_private.hpp b/src/bindings/lua/lua_private.hpp index e6d249b7bd..3550376492 100644 --- a/src/bindings/lua/lua_private.hpp +++ b/src/bindings/lua/lua_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2010-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -8,11 +8,12 @@ #ifndef LUA_PRIVATE_HPP #define LUA_PRIVATE_HPP -#include "simgrid/msg.h" +#include "simgrid/host.h" #include "simgrid_lua.hpp" +#include "xbt/log.h" void sglua_register_host_functions(lua_State* L); -msg_host_t sglua_check_host(lua_State* L, int index); +sg_host_t sglua_check_host(lua_State* L, int index); void sglua_register_platf_functions(lua_State* L);