Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize common code to cancel actions when a resource is turned off.
[simgrid.git] / src / kernel / resource / models / network_constant.cpp
index 33c03673d87c4ddd8fcd560b61d27b3f2d585876..c55982ecdbabb2e7e4ebca4734f11028c5e130e3 100644 (file)
@@ -8,6 +8,8 @@
 
 #include "src/kernel/EngineImpl.hpp"
 #include "src/kernel/resource/models/network_constant.hpp"
+#include "src/simgrid/math_utils.h"
+#include "src/simgrid/module.hpp"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(res_network);