Add cmath to fix gcc compilation

pull/914/head
Jon Beniston 2021-05-30 12:52:01 +01:00
rodzic 395c04e4bd
commit 8eb369b3bc
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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