Skip to content

Commit

Permalink
#2254: startup: add missing mpi header include
Browse files Browse the repository at this point in the history
  • Loading branch information
nlslatt authored and cwschilly committed Sep 20, 2024
1 parent cb5bc21 commit 2baab25
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 2baab25

Please sign in to comment.