From 0e5ab03007212c87a56f14725617c9d29307738c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 12 Mar 2007 12:56:54 +0000 Subject: [PATCH] include before using setlocale() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 296d1cc6c8..32db9d127e 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -46,6 +46,8 @@ #include // for SIGTRAP used by wxTrap() #endif //Win/Unix +#include + #if wxUSE_FONTMAP #include "wx/fontmap.h" #endif // wxUSE_FONTMAP -- 2.50.0