From 16aebb72c402501172c4d207605acf66cae715e7 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 7 Nov 2016 08:26:34 +0100 Subject: [PATCH] Windows build: added missing header files --- sdrbase/sdrbase.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdrbase/sdrbase.pro b/sdrbase/sdrbase.pro index 456f3bfbf..96113c8fb 100644 --- a/sdrbase/sdrbase.pro +++ b/sdrbase/sdrbase.pro @@ -141,6 +141,10 @@ HEADERS += mainwindow.h\ dsp/interpolator.h\ dsp/inthalfbandfilter.h\ dsp/inthalfbandfilterdb.h\ + dsp/inthalfbandfiltereo1.h\ + dsp/inthalfbandfiltereo1i.h\ + dsp/inthalfbandfiltereo2.h\ + dsp/inthalfbandfiltereo2i.h\ dsp/kissfft.h\ dsp/kissengine.h\ dsp/lowpass.h\