1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 07:46:37 -04:00

Add cmath to fix gcc compilation

This commit is contained in:
Jon Beniston 2021-05-30 12:52:01 +01:00
parent 395c04e4bd
commit 8eb369b3bc

View File

@ -17,6 +17,7 @@
///////////////////////////////////////////////////////////////////////////////////
#include <algorithm>
#include <cmath>
#include <QDebug>
#include <QTcpServer>