X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fauthor.C;h=60817affe0da43622d627908f96aa2feb86b990d;hb=095625dc3cd0542d13d8cc62362aa71c896eb3e0;hp=fed15aef27ef79842f5d0c31409761443f07584e;hpb=57a24ea9124812ddc5108ff1ad304ff61acc826a;p=lyx.git diff --git a/src/author.C b/src/author.C index fed15aef27..60817affe0 100644 --- a/src/author.C +++ b/src/author.C @@ -18,8 +18,13 @@ #include "support/std_istream.h" -using lyx::support::token; -using lyx::support::trim; + +namespace lyx { + +using support::token; +using support::trim; + +using std::string; bool operator==(Author const & l, Author const & r) @@ -91,3 +96,6 @@ AuthorList::Authors::const_iterator AuthorList::end() const { return authors_.end(); } + + +} // namespace lyx