1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-13 23:13:49 -04:00

Merge pull request #678 from zuckschwerdt/fix-cmath

Fix missing cmath include
This commit is contained in:
Edouard Griffiths
2020-10-30 16:16:04 +01:00
committed by GitHub
@@ -22,6 +22,8 @@
#include <QEventLoop>
#include <QTimer>
#include <cmath>
#include "SWGDeviceState.h"
#include "SWGSuccessResponse.h"
#include "SWGErrorResponse.h"