From db329f8226d6415fea72ff795530daf68ae8e62c Mon Sep 17 00:00:00 2001 From: Nicole Lemaster Slattengren Date: Mon, 25 Mar 2024 10:23:01 -0700 Subject: [PATCH] #2254: startup: add missing mpi header include --- src/vt/collective/startup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vt/collective/startup.h b/src/vt/collective/startup.h index 383c365d6f..0efca01173 100644 --- a/src/vt/collective/startup.h +++ b/src/vt/collective/startup.h @@ -47,6 +47,7 @@ #include "vt/config.h" #include "vt/runtime/runtime_headers.h" #include "vt/configs/arguments/argv_container.h" +#include namespace vt {