Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move some content of surf_interface to a new math_utils.h
[simgrid.git] / src / kernel / resource / models / ptask_L07.cpp
index 54dc3e6..6e3edf4 100644 (file)
@@ -9,7 +9,9 @@
 #include <xbt/config.hpp>
 
 #include "simgrid/config.h"
+#include "simgrid/math_utils.h"
 #include "src/kernel/EngineImpl.hpp"
+#include "src/simgrid/module.hpp"
 #if SIMGRID_HAVE_EIGEN3
 #include "src/kernel/lmm/bmf.hpp"
 #endif