mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 01:19:57 +00:00
Use C++ <cmath> not C <math.h>
.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "BestIntervalDialog.h"
|
||||
#include "PaceZones.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <QApplication>
|
||||
|
||||
class PaceZoneTime : public RideMetric {
|
||||
|
||||
Reference in New Issue
Block a user