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
commit 9160742ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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