Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix dist
[simgrid.git] / src / smpi / smpi_group.hpp
index f016df3..ea9af8a 100644 (file)
@@ -4,6 +4,9 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
+#ifndef SMPI_GROUP_HPP_INCLUDED
+#define SMPI_GROUP_HPP_INCLUDED
+
 #include "private.h"
 
 namespace simgrid{
 #include "private.h"
 
 namespace simgrid{
@@ -40,3 +43,5 @@ class Group {
 };
 }
 }
 };
 }
 }
+
+#endif