Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add include for papi
authorAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 8 Jul 2018 09:49:31 +0000 (11:49 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Sun, 8 Jul 2018 09:49:31 +0000 (11:49 +0200)
src/smpi/internals/instr_smpi.cpp

index 504f43c..00d1a46 100644 (file)
@@ -15,6 +15,8 @@
 #include <simgrid/s4u/Host.hpp>
 #include <string>
 #include <vector>
+#include "smpi_process.hpp"
+
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(instr_smpi, instr, "Tracing SMPI");