mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Bin2RideFile <stdint.h>
Was needed on Windows as well as Linux and is harmless on OSX so conditional include removed.
This commit is contained in:
@@ -21,9 +21,7 @@
|
||||
#include "GoldenCheetah.h"
|
||||
|
||||
#include "RideFile.h"
|
||||
#ifdef Q_OS_LINUX
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
struct Bin2FileReader : public RideFileReader {
|
||||
virtual RideFile *openRideFile(QFile &file, QStringList &errors, QList<RideFile*>* = 0) const;
|
||||
|
||||
Reference in New Issue
Block a user