Skip to content

Commit

Permalink
Merge pull request #2255 from DARMA-tasking/2254-add-missing-mpi-header
Browse files Browse the repository at this point in the history
#2254: startup: add missing mpi header include
  • Loading branch information
nlslatt authored Mar 25, 2024
2 parents 77081f5 + db329f8 commit d9b6b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vt/collective/startup.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#include "vt/config.h"
#include "vt/runtime/runtime_headers.h"
#include "vt/configs/arguments/argv_container.h"
#include <mpi.h>

namespace vt {

Expand Down

0 comments on commit d9b6b24

Please sign in to comment.