From 420fecc7376c9bf0cc02f5b9d53fe85cffb5fb43 Mon Sep 17 00:00:00 2001 From: Aloshi Date: Sat, 21 Feb 2015 21:35:50 -0600 Subject: [PATCH] Only include codecvt on Windows. Should fix gcc build errors. --- es-core/src/platform.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/es-core/src/platform.cpp b/es-core/src/platform.cpp index 06cb4f884..e1663a5f9 100644 --- a/es-core/src/platform.cpp +++ b/es-core/src/platform.cpp @@ -2,7 +2,10 @@ #include #include #include + +#ifdef WIN32 #include +#endif std::string getHomePath() {