1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-04-10 13:40:37 -04:00

Merge pull request 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
commit 9160742ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@
#include <QEventLoop>
#include <QTimer>
#include <cmath>
#include "SWGDeviceState.h"
#include "SWGSuccessResponse.h"
#include "SWGErrorResponse.h"