Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
one step further on C++ization of replay
[simgrid.git] / examples / smpi / replay / replay.c
index 8ac5990..ea0d438 100644 (file)
@@ -3,7 +3,7 @@
 /* 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 "xbt/replay.h"
+#include "xbt/replay.hpp"
 #include "smpi/smpi.h"
 
 /* This shows how to extend the trace format by adding a new kind of events.