Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SMPI: add check for buffer size in windows creation (thx MBI)
[simgrid.git] / src / smpi / bindings / smpi_pmpi_info.cpp
index 0cacf3c1a37f390b1f2d4679058118384029f24c..984d6583987df0cf4df3a7914add51eb64dbfeb8 100644 (file)
@@ -1,10 +1,11 @@
-/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2007-2022. 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 "private.hpp"
 #include "smpi_info.hpp"
+#include "smpi_comm.hpp"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(smpi_pmpi);