Skip to content

Commit db1cb30

Browse files
authored
Merge pull request #6564 from benmenadue/v4.0.x-fix-shmem-context
v4.0.x: add missing #include to oshmem/shmem/c/shmem_context.c.
2 parents 702199f + 173192a commit db1cb30

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)