Skip to content

Commit 4e31dae

Browse files
authored
Merge pull request #2477 from DARMA-tasking/2476-fix-missing-header-in-async_op_mpih
#2476: async_op: add missing header include for mpi_access.h in MPI async OP
2 parents 26cca82 + 29ef6f2 commit 4e31dae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vt/messaging/async_op_mpi.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#define INCLUDED_VT_MESSAGING_ASYNC_OP_MPI_H
4646

4747
#include "vt/messaging/async_op.h"
48+
#include "vt/runtime/mpi_access.h"
4849

4950
namespace vt { namespace messaging {
5051

0 commit comments

Comments
 (0)