Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of framagit.org:simgrid/simgrid
[simgrid.git] / src / kernel / resource / models / network_ns3.cpp
index b486ec1..6509cee 100644 (file)
@@ -9,6 +9,8 @@
 #include <string>
 #include <unordered_set>
 
+#include "src/include/simgrid/math_utils.h"
+#include "src/simgrid/module.hpp"
 #include "xbt/config.hpp"
 #include "xbt/str.h"
 #include "xbt/string.hpp"
@@ -39,7 +41,7 @@
 #include "simgrid/s4u/NetZone.hpp"
 #include "src/instr/instr_private.hpp" // TRACE_is_enabled(). FIXME: remove by subscribing tracing to the signals
 #include "src/kernel/EngineImpl.hpp"
-#include "src/surf/xml/platf_private.hpp" // ClusterCreationArgs
+#include "src/kernel/xml/platf_private.hpp" // ClusterCreationArgs
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(res_ns3, res_network, "Network model based on ns-3");