/////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) // // See accompanying file COPYING.TXT file for licensing details. // /////////////////////////////////////////////////////////////////////////////// #ifndef CPPCMS_LOCALIZATION_H #define CPPCMS_LOCALIZATION_H #include #include namespace cppcms { namespace locale = ::booster::locale; } #endif