summaryrefslogtreecommitdiffstats
path: root/src/ffts_nd.h
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-10-31 17:14:54 +1300
committerAnthony Blake <anthonix@me.com>2012-10-31 17:14:54 +1300
commit383e8e34fc65553ce0103bb2d28e92587d530f87 (patch)
treedd17c41a3cec56bae2cc087d4789b6e2d3a983ae /src/ffts_nd.h
parenta6f60ef7f723745bd20e8a70f18fe1964c077714 (diff)
downloadffts-383e8e34fc65553ce0103bb2d28e92587d530f87.zip
ffts-383e8e34fc65553ce0103bb2d28e92587d530f87.tar.gz
Square 2D works
Diffstat (limited to 'src/ffts_nd.h')
-rw-r--r--src/ffts_nd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ffts_nd.h b/src/ffts_nd.h
index 3d3abd9..2eef287 100644
--- a/src/ffts_nd.h
+++ b/src/ffts_nd.h
@@ -34,6 +34,10 @@
#ifndef __FFTS_ND_H__
#define __FFTS_ND_H__
+#include <stdint.h>
+#include <stddef.h>
+#include <stdio.h>
+
#include "ffts.h"
OpenPOWER on IntegriCloud