hopefully fix client linking.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15968 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-11-18 20:24:47 +00:00
parent 7aa50e8f2b
commit 0e579405ca

View File

@ -13,6 +13,7 @@
#include <config.h>
#include "debug.h"
#include "support/unicode.h"
#include "support/lstrings.h"
#include <boost/filesystem/operations.hpp>
@ -69,6 +70,13 @@ using std::cin;
using std::endl;
IconvProcessor & utf8ToUcs4()
{
static IconvProcessor iconv(ucs4_codeset, "UTF-8");
return iconv;
}
namespace support {
string itoa(unsigned int i)
@ -498,8 +506,6 @@ int p(vector<char *> const & arg)
} // namespace cmdline
} // namespace lyx