1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -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 #define INCLUDE_INTERPOLATION_H
#include "export.h" #include "export.h"
#include <iterator>
class SDRBASE_API Interpolation { class SDRBASE_API Interpolation {
public: public: