From 19f310977a2163538a12f34799449366122ead0e Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 7 Jun 2010 17:16:50 +0000 Subject: [PATCH] Include locale.h in cmdline.cpp to ensure LC_ALL is defined. This is needed for at least VC++ 6 and is more correct anyhow. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/cmdline.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/cmdline.cpp b/src/common/cmdline.cpp index 0bfebc27b6..ffa7e5ba36 100644 --- a/src/common/cmdline.cpp +++ b/src/common/cmdline.cpp @@ -37,6 +37,7 @@ #if wxUSE_CMDLINE_PARSER #include +#include // for LC_ALL #include "wx/datetime.h" #include "wx/msgout.h" -- 2.45.2