Skip to content

Commit

Permalink
Merge pull request kokkos#99 from hmt23/develop
Browse files Browse the repository at this point in the history
Fix missing includes
  • Loading branch information
cwpearson authored Jun 20, 2024
2 parents b562f9d + 33a9766 commit fbaf029
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/KokkosComm_request.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include <memory>
#include <vector>

#include "KokkosComm_include_mpi.hpp"

Expand Down Expand Up @@ -60,4 +61,4 @@ class Req {
std::shared_ptr<Record> record_;
};

} // namespace KokkosComm
} // namespace KokkosComm
1 change: 1 addition & 0 deletions src/impl/KokkosComm_irecv.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <Kokkos_Core.hpp>

#include "KokkosComm_pack_traits.hpp"
#include "KokkosComm_request.hpp"
#include "KokkosComm_traits.hpp"

// impl
Expand Down
1 change: 1 addition & 0 deletions src/impl/KokkosComm_packer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#pragma once

#include "KokkosComm_concepts.hpp"
#include "KokkosComm_traits.hpp"
#include "KokkosComm_types.hpp"
#include "KokkosComm_include_mpi.hpp"

Expand Down

0 comments on commit fbaf029

Please sign in to comment.