summaryrefslogtreecommitdiffstats
path: root/include/astra/Fourier.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/Fourier.h')
-rw-r--r--include/astra/Fourier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/Fourier.h b/include/astra/Fourier.h
index ff26f82..68f9f38 100644
--- a/include/astra/Fourier.h
+++ b/include/astra/Fourier.h
@@ -76,7 +76,7 @@ namespace astra {
}
.
*/
-void cdft(int n, int isgn, float32 *a, int *ip, float32 *w);
+_AstraExport void cdft(int n, int isgn, float32 *a, int *ip, float32 *w);
}