1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Fix gcc compilation error

This commit is contained in:
Jon Beniston 2022-06-20 13:51:00 +01:00
parent 501d8515eb
commit 97f8b4b928

View File

@ -20,6 +20,8 @@
#include <vector>
#include <QVector>
#include "dsp/channelsamplesink.h"
#include "dsp/nco.h"
#include "dsp/interpolator.h"