Skip to content

Commit bb11117

Browse files
committed
fix: include cmath for portability
should fix build failures on ubuntu and windows
1 parent 16aa431 commit bb11117

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/p2pool/P2PoolStatsProvider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <QFile>
3535
#include <QJsonDocument>
3636
#include <QJsonObject>
37+
#include <cmath>
3738

3839
namespace {
3940
QString formatNumber(const QVariant &value, int precision = 0) {

0 commit comments

Comments
 (0)