Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 5 Dec 2019 09:32:33 +0000 (10:32 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 5 Dec 2019 09:32:33 +0000 (10:32 +0100)
src/smpi/include/smpi_config.hpp

index 512816f..6919cce 100644 (file)
@@ -6,7 +6,9 @@
 #ifndef SMPI_CONFIG_HPP
 #define SMPI_CONFIG_HPP
 
 #ifndef SMPI_CONFIG_HPP
 #define SMPI_CONFIG_HPP
 
+#include "src/internal_config.h" // HAVE_PAPI
 #include <xbt/config.hpp>
 #include <xbt/config.hpp>
+
 XBT_PUBLIC void smpi_init_options();
 XBT_PRIVATE void smpi_check_options();
 /********************************** Configuration of SMPI **************************************/
 XBT_PUBLIC void smpi_init_options();
 XBT_PRIVATE void smpi_check_options();
 /********************************** Configuration of SMPI **************************************/