Skip to content

Commit 9af4ade

Browse files
authored
Merge pull request #252 from stephanlachnit/p-fix-include
Fix missing include in iir_design.hpp
2 parents b0b61c5 + ccbf582 commit 9af4ade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/kfr/dsp/iir_design.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
#include "../base/filter.hpp"
2929
#include "../base/handle.hpp"
30+
#include "../base/reduce.hpp"
31+
#include "../math/complex_math.hpp"
3032
#include "../math/hyperbolic.hpp"
3133
#include "../simd/complex.hpp"
3234
#include "../simd/impl/function.hpp"

0 commit comments

Comments
 (0)