Skip to content

Commit

Permalink
Irecv: fix include ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Apr 8, 2024
1 parent 7f4dd86 commit dd72a67
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/KokkosComm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@

#pragma once

#include "KokkosComm_collective.hpp"
#include "KokkosComm_version.hpp"
#include "KokkosComm_concepts.hpp"
#include "KokkosComm_request.hpp"

#include "KokkosComm_collective.hpp"
#include "KokkosComm_irecv.hpp"
#include "KokkosComm_isend.hpp"
#include "KokkosComm_recv.hpp"
#include "KokkosComm_send.hpp"
#include "KokkosComm_concepts.hpp"

#include <Kokkos_Core.hpp>

Expand Down

0 comments on commit dd72a67

Please sign in to comment.