X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5a77ab53a4a037194f394ef90f484f490d487be1..11db66726a4b2a8709d53f5714eea975adbdd64f:/src/s4u/s4u_host.cpp diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index 3842d674e9..d68e07a7b3 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -29,6 +29,11 @@ int ROUTING_HOST_LEVEL; int USER_HOST_LEVEL; namespace simgrid { + +namespace xbt { +template class Extendable; +} + namespace s4u { simgrid::xbt::signal Host::onCreation;