From: SUTER Frederic Date: Thu, 6 Jan 2022 09:26:34 +0000 (+0100) Subject: fix lua build X-Git-Tag: v3.30~127 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a1350993ba746325984d3447974bec4dd001c9b7 fix lua build --- diff --git a/src/bindings/lua/lua_platf.cpp b/src/bindings/lua/lua_platf.cpp index 9084eada89..9465af79a5 100644 --- a/src/bindings/lua/lua_platf.cpp +++ b/src/bindings/lua/lua_platf.cpp @@ -7,8 +7,8 @@ #include "lua_private.hpp" #include "simgrid/kernel/routing/NetPoint.hpp" +#include "src/kernel/resource/LinkImpl.hpp" #include "src/kernel/resource/profile/Profile.hpp" -#include "src/surf/network_interface.hpp" #include "src/surf/xml/platf.hpp" #include "src/surf/xml/platf_private.hpp" #include "xbt/parse_units.hpp"