1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-23 18:52:28 -04:00

Fix gcc compilation

This commit is contained in:
Jon Beniston 2021-06-10 20:26:51 +01:00
parent e987deb8e0
commit 27af7021f4

View File

@ -19,6 +19,7 @@
#define INCLUDE_INTERPOLATION_H
#include "export.h"
#include <iterator>
class SDRBASE_API Interpolation {
public: