X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1f5cc4e090af49a98da0e25e9ee21a8ce6ce30f8..dc122c0fb3802061bc2fdb4abd50bf02a224cfdc:/src/plugins/host_load.cpp diff --git a/src/plugins/host_load.cpp b/src/plugins/host_load.cpp index 6f00606d8b..278dab8d0e 100644 --- a/src/plugins/host_load.cpp +++ b/src/plugins/host_load.cpp @@ -4,10 +4,13 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include +#include +#include +#include +#include #include "src/kernel/activity/ExecImpl.hpp" -#include "src/plugins/vm/VirtualMachineImpl.hpp" +#include "src/surf/surf_interface.hpp" // Makes sure that this plugin can be activated from the command line with ``--cfg=plugin:host_load`` SIMGRID_REGISTER_PLUGIN(host_load, "Cpu load", &sg_host_load_plugin_init)