From f50262641812914d1e3a508a668927a241c43943 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sun, 2 Jul 2017 18:39:44 -0700 Subject: [PATCH] forgot to conditionally include codecvt in path.cpp --- source/utils/path.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/utils/path.cpp b/source/utils/path.cpp index 01da6803..fa543810 100644 --- a/source/utils/path.cpp +++ b/source/utils/path.cpp @@ -21,7 +21,6 @@ // @license: http://www.opensource.org/licenses/mit-license.php // @author: see AUTHORS file -#include #include #include #include @@ -32,6 +31,8 @@ #include #include #include +#elif define(_MSC_VER) +#include #endif #include