Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add #include <simgrid/config.h>.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Dec 2020 21:11:42 +0000 (22:11 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 10 Dec 2020 21:11:42 +0000 (22:11 +0100)
include/simgrid/plugins/dvfs.h
include/simgrid/plugins/energy.h
include/simgrid/plugins/file_system.h
include/simgrid/plugins/live_migration.h
include/simgrid/plugins/load.h

index d381969..38874ae 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef SIMGRID_PLUGINS_DVFS_H_
 #define SIMGRID_PLUGINS_DVFS_H_
 
+#include <simgrid/config.h>
 #include <simgrid/forward.h>
 #include <xbt/base.h>
 
index 800c752..f73f80f 100644 (file)
@@ -6,8 +6,9 @@
 #ifndef SIMGRID_PLUGINS_ENERGY_H_
 #define SIMGRID_PLUGINS_ENERGY_H_
 
-#include <xbt/base.h>
+#include <simgrid/config.h>
 #include <simgrid/forward.h>
+#include <xbt/base.h>
 
 SG_BEGIN_DECL
 
index aa768f1..edf943a 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef SIMGRID_PLUGINS_FILE_SYSTEM_H_
 #define SIMGRID_PLUGINS_FILE_SYSTEM_H_
 
+#include <simgrid/config.h>
 #include <simgrid/forward.h>
 #include <xbt/base.h>
 #include <xbt/dict.h>
index 7afe4b7..57dafd1 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef SIMGRID_PLUGINS_LIVE_MIGRATION_H_
 #define SIMGRID_PLUGINS_LIVE_MIGRATION_H_
 
+#include <simgrid/config.h>
 #include <simgrid/forward.h>
 #include <xbt/base.h>
 
index 16c0679..682da5e 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef SIMGRID_PLUGINS_LOAD_H_
 #define SIMGRID_PLUGINS_LOAD_H_
 
+#include <simgrid/config.h>
 #include <simgrid/forward.h>
 #include <xbt/base.h>