X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FErrorList.cpp;h=be395cbd2ebaca4e48b44273654bcf2573aebb45;hb=1e190a2af27ca99831f51567c16e6b39bf4317c3;hp=a9e1212203b45ef84ad51ad691293a5bf7f289b0;hpb=f630be890494c849981e4fb52ea4740506e92bed;p=lyx.git diff --git a/src/ErrorList.cpp b/src/ErrorList.cpp index a9e1212203..be395cbd2e 100644 --- a/src/ErrorList.cpp +++ b/src/ErrorList.cpp @@ -12,10 +12,10 @@ #include "ErrorList.h" +using namespace std; namespace lyx { -using std::string; ErrorItem::ErrorItem(docstring const & error_, docstring const & description_, int par_id_, pos_type pos_start_, pos_type pos_end_)