]> git.saurik.com Git - wxWidgets.git/commitdiff
Include locale.h in cmdline.cpp to ensure LC_ALL is defined.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Jun 2010 17:16:50 +0000 (17:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Jun 2010 17:16:50 +0000 (17:16 +0000)
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

index 0bfebc27b63537e154321c0aa300330c76ca9e3c..ffa7e5ba36eadb7addeab7962664097d219a2306 100644 (file)
@@ -37,6 +37,7 @@
 #if wxUSE_CMDLINE_PARSER
 
 #include <ctype.h>
+#include <locale.h>             // for LC_ALL
 
 #include "wx/datetime.h"
 #include "wx/msgout.h"