#include #include #include "lyxlib.h" int lyx::atoi(string const & nstr) { return ::atoi(nstr.c_str()); }