From: Martin Quinson Date: Sun, 3 Feb 2019 11:23:17 +0000 (+0100) Subject: Fix (old) clang builds X-Git-Tag: v3_22~406^2~1 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ce64a1b73038f9f0f6aca7e3190bf1e4208f588e Fix (old) clang builds --- 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;