From d76a510d1f9633b44e20750d6be64e854fdc1de1 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Fri, 20 Apr 2018 18:23:58 +0200 Subject: [PATCH] [SMPI] Re-add missing quotation mark :( --- examples/smpi/replay/replay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1