From e3426c1024bd2984d89608952ad7cd6fed7c4ced Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 21 Nov 2009 20:51:47 +0000 Subject: [PATCH] win32 and linux build fixes - change SeasonParser include from <> to "" for Windows - include stdio.h in PowerTapUtil for Linux --- src/PowerTapUtil.cpp | 1 + src/SeasonParser.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PowerTapUtil.cpp b/src/PowerTapUtil.cpp index 8622b0909..a23a3f6e0 100644 --- a/src/PowerTapUtil.cpp +++ b/src/PowerTapUtil.cpp @@ -20,6 +20,7 @@ #include "Units.h" #include #include +#include bool PowerTapUtil::is_ignore_record(unsigned char *buf, bool bVer81) diff --git a/src/SeasonParser.cpp b/src/SeasonParser.cpp index 2616da1e6..196e2abca 100644 --- a/src/SeasonParser.cpp +++ b/src/SeasonParser.cpp @@ -16,7 +16,7 @@ * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include "SeasonParser.h" #include #include #include