Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
protect MPI_Test, Iprobe and Probe the same way
[simgrid.git] / src / smpi / colls / allgather / allgather-3dmesh.cpp
index 58927c9dbb4ddf1609be84bef5f08f1715056794..b3a8586969b9b03ef90f08fdbf6ceae3149087a3 100644 (file)
@@ -1,10 +1,10 @@
-/* Copyright (c) 2013-2017. The SimGrid Team.
+/* Copyright (c) 2013-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* 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"
 
 /*****************************************************************************