aboutsummaryrefslogtreecommitdiff
path: root/src/interp.h
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2023-07-14 13:11:18 +0930
committerDavid Rowe <[email protected]>2023-07-14 13:11:18 +0930
commit4c65d3728ad41566487e284a2410b537f5cfc56b (patch)
treee7b4cde8d1917e531dcfbefb3588b0e62b3bc57b /src/interp.h
parentb86e88413d4c6ec428aaedb147f7675f28882fe4 (diff)
clang-format messed up some #defione macros and re-ordered include files which broke the build. Building OK now and ctests passing
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);