From 96e006be904eff183fd94ed6ffcd8c86cbac2a08 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Thu, 5 Dec 2013 16:26:29 +0000 Subject: [PATCH] Fix LC_LOCALE on Xcode 5 by including "locale.h". Fixes #734 --- src/TcxParser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TcxParser.h b/src/TcxParser.h index 9dc9b12aa..30cc382d9 100644 --- a/src/TcxParser.h +++ b/src/TcxParser.h @@ -26,6 +26,7 @@ #include #include #include "Settings.h" +#include "locale.h" // for LC_LOCALE definition used in strtod class TcxParser : public QXmlDefaultHandler {