mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
win32 and linux build fixes
- change SeasonParser include from <> to "" for Windows - include stdio.h in PowerTapUtil for Linux
This commit is contained in:
committed by
Sean Rhea
parent
6394483df4
commit
e3426c1024
@@ -20,6 +20,7 @@
|
||||
#include "Units.h"
|
||||
#include <QString>
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
||||
bool
|
||||
PowerTapUtil::is_ignore_record(unsigned char *buf, bool bVer81)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#include <SeasonParser.h>
|
||||
#include "SeasonParser.h"
|
||||
#include <QDate>
|
||||
#include <QDebug>
|
||||
#include <assert.h>
|
||||
|
||||
Reference in New Issue
Block a user