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)
commit19f310977a2163538a12f34799449366122ead0e
tree9eac87ff6963ee4501f28f20edd2e02b1019a117
parent519884a03dfa5790964145bc42b82544c069472e
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