Skip to content

Commit 995723c

Browse files
author
Rolf vandeVaart
committed
Fix compilation of cuda extensions
Fix compilation
1 parent c78b8e9 commit 995723c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ompi/mpiext/cuda/c/mpiext_cuda.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
#include <stdio.h>
2121
#include <string.h>
2222

23+
#include "opal/constants.h"
24+
#include "ompi/mpiext/cuda/c/mpiext_cuda_c.h"
25+
2326
int MPIx_CUDA_SUPPORT(void)
2427
{
2528
return OPAL_ERR_NOT_SUPPORTED;
File renamed without changes.

0 commit comments

Comments
 (0)