X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48296e83ce3ba1fa3658a3a74d10a536e33b3849..6e80e277a2e65be7caefd0e04e4954c4fc26c2d8:/src/plugins/chaos_monkey.cpp diff --git a/src/plugins/chaos_monkey.cpp b/src/plugins/chaos_monkey.cpp index a2f21f96e5..45f4df6eac 100644 --- a/src/plugins/chaos_monkey.cpp +++ b/src/plugins/chaos_monkey.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2022-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2022-2023. 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. */ @@ -10,7 +10,7 @@ #include #include -#include "src/surf/surf_interface.hpp" // SIMGRID_REGISTER_PLUGIN +#include "src/simgrid/module.hpp" // SIMGRID_REGISTER_PLUGIN namespace sg4 = simgrid::s4u; static simgrid::config::Flag cfg_tell{"cmonkey/tell", "Request the Chaos Monkey to display all timestamps",