X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fclient%2Fboost.cpp;h=bf53dd164c74f1accb1b67085b126b6fdc056bd6;hb=e8c932ff842ced0b26c205ed6983102b6e7e50c2;hp=0d28e322f2adf4382cac516e98bf7aec227b5ba2;hpb=9383f4c3c6f9cfab2d658701ba66e2b54cd68bea;p=lyx.git diff --git a/src/client/boost.cpp b/src/client/boost.cpp index 0d28e322f2..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,18 +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);