From: Christian Heinrich Date: Fri, 20 Apr 2018 16:23:58 +0000 (+0200) Subject: [SMPI] Re-add missing quotation mark :( X-Git-Tag: v3.20~346 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d76a510d1f9633b44e20750d6be64e854fdc1de1?ds=sidebyside [SMPI] Re-add missing quotation mark :( --- diff --git a/examples/smpi/replay/replay.cpp b/examples/smpi/replay/replay.cpp index 399fa79d10..48923f933d 100644 --- a/examples/smpi/replay/replay.cpp +++ b/examples/smpi/replay/replay.cpp @@ -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.hpp" +#include "xbt/replay.hpp" #include "smpi/smpi.h" /* This shows how to extend the trace format by adding a new kind of events.