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