Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix (old) clang builds
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 3 Feb 2019 11:23:17 +0000 (12:23 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 3 Feb 2019 11:23:17 +0000 (12:23 +0100)
src/xbt/log.cpp

index 6bcd818..891f370 100644 (file)
@@ -12,6 +12,7 @@
 #include "xbt/str.h"
 
 #include <mutex>
+#include <string>
 
 int xbt_log_no_loc = 0; /* if set to true (with --log=no_loc), file localization will be omitted (for tesh tests) */
 static std::recursive_mutex* log_cat_init_mutex = nullptr;