X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6e28c7731245fc973e442e4ee65d0e18cd028789..35e02c75e39b9d81ad7ab1a971e8627d396a8dac:/src/xbt/log.cpp diff --git a/src/xbt/log.cpp b/src/xbt/log.cpp index 6bcd8187ed..891f370086 100644 --- a/src/xbt/log.cpp +++ b/src/xbt/log.cpp @@ -12,6 +12,7 @@ #include "xbt/str.h" #include +#include 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;