Skip to content

Commit 0a446b0

Browse files
authored
Merge pull request #6563 from benmenadue/fix-shmem-context
master: add missing #include to oshmem/shmem/c/shmem_context.c
2 parents 98fdeee + 063596b commit 0a446b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oshmem/shmem/c/shmem_context.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include "oshmem/constants.h"
2121
#include "oshmem/include/shmem.h"
22+
#include "oshmem/mca/spml/spml.h"
2223
#include "oshmem/runtime/params.h"
2324
#include "oshmem/runtime/runtime.h"
2425
#include "oshmem/shmem/shmem_api_logger.h"

0 commit comments

Comments
 (0)