Skip to content

Commit

Permalink
#276: reduce: add missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent c7da00b commit 8a7366c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vt/collective/reduce/get_reduce_stamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
#define INCLUDED_VT_COLLECTIVE_REDUCE_GET_REDUCE_STAMP_H

#include "vt/config.h"
#include "vt/collective/reduce/reduce_scope.h"
#include "vt/messaging/message.h"

#include <utility>
#include <type_traits>

namespace vt { namespace collective { namespace reduce {

Expand Down

0 comments on commit 8a7366c

Please sign in to comment.