Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Add #ifndef to the new header files.
[simgrid.git] / include / simgrid / smpi / replay.hpp
index 3269015..681c6b3 100644 (file)
@@ -2,6 +2,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. */
+#ifndef SMPI_REPLAY_HPP
+#define SMPI_REPLAY_HPP
+
 #include "private.hpp"
 #include <xbt/replay.hpp>
 
@@ -301,3 +304,5 @@ public:
 }
 }
 }
+
+#endif