From ce64a1b73038f9f0f6aca7e3190bf1e4208f588e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 3 Feb 2019 12:23:17 +0100 Subject: [PATCH] Fix (old) clang builds --- src/xbt/log.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.20.1