Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
split surf_parse into a separate file to make it reusable from elsewhere
[simgrid.git] / include / xbt / log.hpp
index c28f642..4553724 100644 (file)
@@ -3,6 +3,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 SIMGRID_XBT_LOG_HPP
+#define SIMGRID_XBT_LOG_HPP
+
 #include <simgrid/Exception.hpp>
 #include <xbt/log.h>
 
@@ -22,3 +25,5 @@ XBT_PUBLIC void install_exception_handler();
 
 } // namespace xbt
 } // namespace simgrid
+
+#endif
\ No newline at end of file