Skip to content

Commit

Permalink
cuFFTUtils: Add Missing Include (#461)
Browse files Browse the repository at this point in the history
`std::string` from `<string>` is used in this file.
  • Loading branch information
ax3l authored Apr 23, 2021
1 parent cd6b19a commit d0f5a2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fields/fft_poisson_solver/fft/CuFFTUtils.H
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

#include <cufft.h>

#include <string>


namespace CuFFTUtils
{
/** \brief This method converts a cufftResult
Expand Down

0 comments on commit d0f5a2f

Please sign in to comment.