Fix missing include from last commit
authorJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 31 Oct 2009 18:02:16 +0000 (11:02 -0700)
committerJohnathan Corgan <jcorgan@corganenterprises.com>
Sat, 31 Oct 2009 18:02:16 +0000 (11:02 -0700)
gnuradio-core/src/lib/filter/filter.i

index 91f55c5142610326c137b57510a13490ce7d7141..bdfb8fa8d2d20d342adbf745a8a2455cba74a811 100644 (file)
@@ -37,6 +37,7 @@
 #include <gr_pfb_interpolator_ccf.h>
 #include <gr_pfb_arb_resampler_ccf.h>
 #include <gr_pfb_clock_sync_ccf.h>
+#include <gr_pfb_clock_sync_fff.h>
 %}
 
 %include "gr_iir_filter_ffd.i"
@@ -58,5 +59,6 @@
 %include "gr_pfb_interpolator_ccf.i"
 %include "gr_pfb_arb_resampler_ccf.i"
 %include "gr_pfb_clock_sync_ccf.i"
+%include "gr_pfb_clock_sync_fff.i"
 
 %include "filter_generated.i"