From c71498a1b70f9fc770b6242cc1dda8a6cc71f0fc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 28 Feb 2010 11:08:38 +0000 Subject: [PATCH] Include to get LC_XXX constants declaration. This fixes a compilation error under IRIX when using mipsPro. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/xlocale.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/xlocale.cpp b/src/common/xlocale.cpp index f89a755766..24dca049ca 100644 --- a/src/common/xlocale.cpp +++ b/src/common/xlocale.cpp @@ -32,6 +32,7 @@ #include "wx/xlocale.h" #include +#include // ---------------------------------------------------------------------------- // module globals -- 2.45.2