Skip to content

Commit

Permalink
Add missing include header file in KokkosFFT_ROCM_types.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 3, 2024
1 parent b56bafb commit fccb1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fft/src/KokkosFFT_ROCM_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <complex>
#include <rocfft/rocfft.h>
#include "KokkosFFT_common_types.hpp"
#include "KokkosFFT_traits.hpp"
#if defined(ENABLE_HOST_AND_DEVICE)
#include "KokkosFFT_FFTW_Types.hpp"
#endif
Expand Down

0 comments on commit fccb1dd

Please sign in to comment.