win32 and linux build fixes

- change SeasonParser include from <> to "" for Windows
- include stdio.h in PowerTapUtil for Linux
This commit is contained in:
Mark Liversedge
2009-11-21 20:51:47 +00:00
committed by Sean Rhea
parent 6394483df4
commit e3426c1024
2 changed files with 2 additions and 1 deletions

View File

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

View File

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