Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jul 24, 2024
1 parent 23cb489 commit f40fece
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/KokkosComm_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@

#pragma once

#include "impl/KokkosComm_concepts.hpp"

#include <type_traits>

#include "KokkosComm_concepts.hpp"

namespace KokkosComm {

template <typename T>
Expand Down
4 changes: 2 additions & 2 deletions src/mpi/impl/KokkosComm_pack_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#pragma once

#include "KokkosComm_traits.hpp"
#include "KokkosComm_concepts.hpp"

#include "impl/KokkosComm_concepts.hpp"
#include "impl/KokkosComm_packer.hpp"
#include "KokkosComm_packer.hpp"

namespace KokkosComm {

Expand Down

0 comments on commit f40fece

Please sign in to comment.