mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
FitRideFile Linux fixups
Small mods to changed the capitalisation of the Qt includes and add stdint.h uint16_t et al.
This commit is contained in:
committed by
Sean Rhea
parent
c0437f30e3
commit
32d67f21eb
@@ -17,10 +17,11 @@
|
||||
*/
|
||||
|
||||
#include "FitRideFile.h"
|
||||
#include <qsharedpointer>
|
||||
#include <qmap>
|
||||
#include <qset>
|
||||
#include <QSharedPointer>
|
||||
#include <QMap>
|
||||
#include <QSet>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
||||
static int fitFileReaderRegistered =
|
||||
RideFileFactory::instance().registerReader(
|
||||
|
||||
Reference in New Issue
Block a user