summaryrefslogtreecommitdiffstats
path: root/include/astra/cuda/2d/fft.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/cuda/2d/fft.h')
-rw-r--r--include/astra/cuda/2d/fft.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/astra/cuda/2d/fft.h b/include/astra/cuda/2d/fft.h
index 52cb863..1283618 100644
--- a/include/astra/cuda/2d/fft.h
+++ b/include/astra/cuda/2d/fft.h
@@ -25,8 +25,8 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------
*/
-#ifndef FFT_H
-#define FFT_H
+#ifndef _CUDA_FFT_H
+#define _CUDA_FFT_H
#include <cufft.h>
#include <cuda.h>