Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a compilation error when NS3 is activated
[simgrid.git] / include / simgrid / datatypes.h
index f93f536..035a6af 100644 (file)
@@ -7,6 +7,8 @@
 #ifndef SIMGRID_DATATYPES_H_
 #define SIMGRID_DATATYPES_H_
 
+#include <simgrid/forward.h>
+
 typedef struct vm_params {
   int ncpus;
   sg_size_t ramsize;