X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18ef06c104e1e0608b05eea98d3c7569584710ec..877fd76c223fe2fba051129f3ba0339bb5566bce:/src/simgrid/host.cpp diff --git a/src/simgrid/host.cpp b/src/simgrid/host.cpp index 77e84c3818..70e54c4256 100644 --- a/src/simgrid/host.cpp +++ b/src/simgrid/host.cpp @@ -11,13 +11,13 @@ #include #include +#include "src/kernel/routing/NetCard.hpp" #include "src/surf/HostImpl.hpp" -#include "surf/surf.h" // routing_get_network_element_type FIXME:killme XBT_LOG_NEW_DEFAULT_SUBCATEGORY(sg_host, sd, "Logging specific to sg_hosts"); extern std::unordered_map - host_list; // FIXME: don't dupplicate the content of s4u::Host this way + host_list; // FIXME: don't duplicate the content of s4u::Host this way void sg_host_exit() {