From 7f612efc1f653e5196a759484c36973a232cf925 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Thu, 16 Mar 2017 21:03:17 +0100 Subject: [PATCH] was a bit too eager --- src/xbt/xbt_replay.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"); -- 2.20.1