mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
FreeBSD #include "time.h"
.. needed in Fit and Bin ridefiles for time_t, which for some other reason compiles cleanly on Linux.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include <QSet>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
#define RECORD_TYPE__META 0
|
||||
#define RECORD_TYPE__RIDE_DATA 1
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <QTime>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
#include <limits>
|
||||
|
||||
#define RECORD_TYPE 20
|
||||
|
||||
Reference in New Issue
Block a user