Skip to content

Commit

Permalink
Fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Apr 22, 2024
1 parent 6b897cf commit e702e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KokkosComm_collective.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include "KokkosComm_concepts.hpp"
#include "KokkosComm_reduce.hpp"
#include "impl/KokkosComm_allgather.hpp"
#include "KokkosComm_allgather.hpp"

namespace KokkosComm {

Expand Down

0 comments on commit e702e5d

Please sign in to comment.