Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
was a bit too eager
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 16 Mar 2017 20:03:17 +0000 (21:03 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 16 Mar 2017 20:03:17 +0000 (21:03 +0100)
src/xbt/xbt_replay.cpp

index dcb97ce..0afc5af 100644 (file)
@@ -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. */
 
 /* 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/ex.hpp"
 #include "xbt/log.h"
 #include "xbt/replay.hpp"
+#include "xbt/str.h"
 
 #include <boost/algorithm/string.hpp>
 
 #include <boost/algorithm/string.hpp>
+#include <ctype.h>
+#include <errno.h>
+#include <wchar.h>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(replay,xbt,"Replay trace reader");
 
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(replay,xbt,"Replay trace reader");