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:
Mark Liversedge
2012-11-07 17:08:49 +00:00
parent 482073b7a8
commit 8cfec2994f

View File

@@ -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;