Fix missing cmath include

pull/678/head
Christian W. Zuckschwerdt 2020-10-30 11:20:08 +01:00
rodzic 66324c9ee4
commit 20a8bd8c71
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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