From: Frederic Suter Date: Thu, 16 Mar 2017 20:03:17 +0000 (+0100) Subject: was a bit too eager X-Git-Tag: v3_15~82 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7f612efc1f653e5196a759484c36973a232cf925 was a bit too eager --- diff --git a/src/xbt/xbt_replay.cpp b/src/xbt/xbt_replay.cpp index dcb97ce69d..0afc5af975 100644 --- a/src/xbt/xbt_replay.cpp +++ b/src/xbt/xbt_replay.cpp @@ -3,12 +3,16 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ - +#include "src/internal_config.h" #include "xbt/ex.hpp" #include "xbt/log.h" #include "xbt/replay.hpp" +#include "xbt/str.h" #include +#include +#include +#include XBT_LOG_NEW_DEFAULT_SUBCATEGORY(replay,xbt,"Replay trace reader");