Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics around std::unique_ptr.
[simgrid.git] / src / xbt / log.cpp
index 6bcd8187edf46d45c46b13b3c4b9465182f2ad03..891f370086647720366c4569a0634aea588d914a 100644 (file)
@@ -12,6 +12,7 @@
 #include "xbt/str.h"
 
 #include <mutex>
 #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;
 
 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;