mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 00:49:55 +00:00
Use C++ <cmath> not C <math.h>
.. it clashes, and also its deprecated for C++ sources
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <QFile>
|
||||
#include <QStringList>
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <cmath>
|
||||
#include <stdio.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock.h>
|
||||
|
||||
Reference in New Issue
Block a user