Skip to content

Commit 86ce85c

Browse files
committed
Fix includes
1 parent 9232f68 commit 86ce85c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/KokkosComm_traits.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020

2121
#pragma once
2222

23-
#include "impl/KokkosComm_concepts.hpp"
24-
2523
#include <type_traits>
2624

25+
#include "KokkosComm_concepts.hpp"
26+
2727
namespace KokkosComm {
2828

2929
template <typename T>

src/mpi/impl/KokkosComm_pack_traits.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
#pragma once
1818

1919
#include "KokkosComm_traits.hpp"
20+
#include "KokkosComm_concepts.hpp"
2021

21-
#include "impl/KokkosComm_concepts.hpp"
22-
#include "impl/KokkosComm_packer.hpp"
22+
#include "KokkosComm_packer.hpp"
2323

2424
namespace KokkosComm {
2525

0 commit comments

Comments
 (0)