Skip to content

Commit 6e7ad91

Browse files
author
Yuuichi Asahi
committed
fix: includes in KokkosFFT_*_plans.hpp
1 parent d647511 commit 6e7ad91

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

fft/src/KokkosFFT_Cuda_plans.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <numeric>
99
#include "KokkosFFT_Cuda_types.hpp"
1010
#include "KokkosFFT_layouts.hpp"
11+
#include "KokkosFFT_traits.hpp"
1112
#include "KokkosFFT_asserts.hpp"
1213

1314
namespace KokkosFFT {

fft/src/KokkosFFT_HIP_plans.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <numeric>
99
#include "KokkosFFT_HIP_types.hpp"
1010
#include "KokkosFFT_layouts.hpp"
11+
#include "KokkosFFT_traits.hpp"
1112
#include "KokkosFFT_asserts.hpp"
1213

1314
namespace KokkosFFT {

fft/src/KokkosFFT_Host_plans.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#include "KokkosFFT_default_types.hpp"
1010
#include "KokkosFFT_layouts.hpp"
1111
#include "KokkosFFT_traits.hpp"
12-
#include "KokkosFFT_asserts.hpp"
1312

1413
namespace KokkosFFT {
1514
namespace Impl {

fft/src/KokkosFFT_ROCM_plans.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <algorithm>
1010
#include "KokkosFFT_ROCM_types.hpp"
1111
#include "KokkosFFT_layouts.hpp"
12+
#include "KokkosFFT_traits.hpp"
1213
#include "KokkosFFT_asserts.hpp"
1314

1415
namespace KokkosFFT {

fft/src/KokkosFFT_SYCL_plans.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <algorithm>
1010
#include "KokkosFFT_SYCL_types.hpp"
1111
#include "KokkosFFT_layouts.hpp"
12-
#include "KokkosFFT_asserts.hpp"
12+
#include "KokkosFFT_traits.hpp"
1313

1414
namespace KokkosFFT {
1515
namespace Impl {

0 commit comments

Comments
 (0)