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