Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Sonar: use public inheritance.
[simgrid.git] / src / smpi / colls / allgatherv / allgatherv-pair.cpp
index 9f1c95e648571350884c830a8ba50a1cfff8b49a..37bf8592de58724949447ec78fa2bb1978f11385 100644 (file)
@@ -4,7 +4,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 "../colls_private.h"
+#include "../colls_private.hpp"
 
 /*****************************************************************************