]> git.saurik.com Git - wxWidgets.git/commit
Always include locale.h to get LC_ALL declaration.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:40 +0000 (21:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Oct 2011 21:10:40 +0000 (21:10 +0000)
commit7451fe7b69ad7f1eca88bee822c3d016bd8bc35a
tree1fc0ab86cf9482e146a457e3b887694d1a250b7b
parent4cbbbd069ee50a6a46963e88aef956f6163c1b7e
Always include locale.h to get LC_ALL declaration.

For some reason locale.h was only included in !wxUSE_STD_STRING case but we
actually always need it as we use LC_ALL in this file and at least in Sun CC
build it wasn't included from anywhere else so include it from here to fix the
build.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/numformatter.cpp