]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/numformatter.cpp
Fix wxEncodingConverter::Convert(wchar_t) documentation.
[wxWidgets.git] / src / common / numformatter.cpp
index e89a7cd240b2d37da981fcbc286b84c26b5847ec..eb4583b52060fd723568e3404ec79b31bf11c427 100644 (file)
@@ -21,6 +21,8 @@
 #include "wx/numformatter.h"
 #include "wx/intl.h"
 
+#include <locale.h> // for setlocale and LC_ALL
+
 // ----------------------------------------------------------------------------
 // local helpers
 // ----------------------------------------------------------------------------