From 063596b82837cf0b07926e2c696cd8f48a59143d Mon Sep 17 00:00:00 2001 From: Ben Menadue Date: Wed, 3 Apr 2019 15:58:13 +1100 Subject: [PATCH] Add missing #include to oshmem/shmem/c/shmem_context.c. Signed-off-by: Ben Menadue --- oshmem/shmem/c/shmem_context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/oshmem/shmem/c/shmem_context.c b/oshmem/shmem/c/shmem_context.c index 9e036d0b24..02324753de 100644 --- a/oshmem/shmem/c/shmem_context.c +++ b/oshmem/shmem/c/shmem_context.c @@ -19,6 +19,7 @@ #include "oshmem/constants.h" #include "oshmem/include/shmem.h" +#include "oshmem/mca/spml/spml.h" #include "oshmem/runtime/params.h" #include "oshmem/runtime/runtime.h" #include "oshmem/shmem/shmem_api_logger.h"