Skip to content

Commit d9b6b24

Browse files
authored
Merge pull request #2255 from DARMA-tasking/2254-add-missing-mpi-header
#2254: startup: add missing mpi header include
2 parents 77081f5 + db329f8 commit d9b6b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vt/collective/startup.h

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
#include "vt/config.h"
4848
#include "vt/runtime/runtime_headers.h"
4949
#include "vt/configs/arguments/argv_container.h"
50+
#include <mpi.h>
5051

5152
namespace vt {
5253

0 commit comments

Comments
 (0)