Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let lmm_system_free(nullptr) be a noop
[simgrid.git] / include / xbt / system_error.hpp
index f2aabe7..f580e75 100644 (file)
@@ -8,6 +8,9 @@
 
 #include <system_error>
 
+#ifndef SIMGRID_MC_SYSTEM_ERROR_HPP
+#define SIMGRID_MC_SYSTEM_ERROR_HPP
+
 namespace simgrid {
 namespace xbt {
 
@@ -31,3 +34,5 @@ std::system_error errno_error(int errnum, const char* what)
 
 }
 }
+
+#endif