We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9232f68 commit 86ce85cCopy full SHA for 86ce85c
src/KokkosComm_traits.hpp
@@ -20,10 +20,10 @@
20
21
#pragma once
22
23
-#include "impl/KokkosComm_concepts.hpp"
24
-
25
#include <type_traits>
26
+#include "KokkosComm_concepts.hpp"
+
27
namespace KokkosComm {
28
29
template <typename T>
src/mpi/impl/KokkosComm_pack_traits.hpp
@@ -17,9 +17,9 @@
17
18
19
#include "KokkosComm_traits.hpp"
-#include "impl/KokkosComm_packer.hpp"
+#include "KokkosComm_packer.hpp"
0 commit comments