aboutsummaryrefslogtreecommitdiff
path: root/src/interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp.h')
-rw-r--r--src/interp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp.h b/src/interp.h
index bb72d5b..276edd9 100644
--- a/src/interp.h
+++ b/src/interp.h
@@ -28,6 +28,7 @@
#ifndef __INTERP__
#define __INTERP__
+#include "defines.h"
#include "kiss_fft.h"
void interpolate(MODEL *interp, MODEL *prev, MODEL *next);