X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmain.cpp;h=5e09dd86fb27ac2dba298e16c31ad01ca62c61b2;hb=0a7705a6736a85c3c751f7b4e9998833cdb71fc9;hp=41ce51a772e85d57823e1bffbf252753f1986b6a;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/main.cpp b/src/main.cpp index 41ce51a772..5e09dd86fb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean Marc Lasgouttes * * Full author contact details are available in file CREDITS. @@ -11,10 +11,10 @@ #include -#include "support/debug.h" #include "LyX.h" -#include "support/gettext.h" +#include "support/debug.h" +#include "support/gettext.h" #include "support/os.h" #include @@ -22,16 +22,19 @@ #include #endif +using namespace std; + + int main(int argc, char * argv[]) { #ifdef HAVE_IOS - std::ios_base::sync_with_stdio(false); + ios_base::sync_with_stdio(false); #endif // To avoid ordering of global object problems with some // stdlibs we do the initialization here, but still as // early as possible. - lyx::lyxerr.setStream(std::cerr); + lyx::lyxerr.setStream(cerr); lyx::support::os::init(argc, argv);