mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 17:39:58 +00:00
Use C++ <cmath> not C <math.h>
.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <QFile>
|
||||
#include <QTextStream>
|
||||
#include <algorithm> // for std::sort
|
||||
#include "math.h"
|
||||
#include "cmath"
|
||||
|
||||
static int wkoFileReaderRegistered = RideFileFactory::instance().registerReader(
|
||||
"wko", "WKO+ Files", new WkoFileReader());
|
||||
|
||||
Reference in New Issue
Block a user