X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2Fboost.cpp;h=bf53dd164c74f1accb1b67085b126b6fdc056bd6;hb=26910d5ec49395d1372dd5b9259f1bf6ed23de0a;hp=c3183ea51eeaa07408e8055a5f93cba9f75a0214;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/client/boost.cpp b/src/client/boost.cpp index c3183ea51e..bf53dd164c 100644 --- a/src/client/boost.cpp +++ b/src/client/boost.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 * * Full author contact details are available in file CREDITS. */ @@ -12,19 +12,17 @@ #include "LyX.h" #include "support/debug.h" -#include "support/lyxlib.h" #include #include #include - -using std::endl; +using namespace std; namespace boost { -void throw_exception(std::exception const & e) +void throw_exception(exception const & e) { lyx::lyxerr << "Exception caught:\n" << e.what() << endl; BOOST_ASSERT(false);