mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 00:28:42 +00:00
missing stdint.h in Bin2RideFile.h
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
#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