From 7f9296e6300e3f81f438a2a7f56bcb35172c48b6 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 19 May 2016 20:05:23 +0200 Subject: [PATCH 1/1] Revert "[SMPI] Fix #include in smpi.h" This reverts commit 37a6e2ae6b4a2f84d9819ecff7dc45aad582a29b. --- include/smpi/smpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index 19a213ad3e..d392f2579e 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -14,7 +14,7 @@ #include #include -#include +#include "src/instr/instr_smpi.h" #ifdef _WIN32 #define MPI_CALL(type,name,args) \ -- 2.20.1