Fix gcc compilation

This commit is contained in:
Jon Beniston 2021-06-10 20:26:51 +01:00
parent e987deb8e0
commit 27af7021f4
1 changed files with 1 additions and 0 deletions

View File

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