]> git.lyx.org Git - lyx.git/blobdiff - src/author.C
hopefully fix tex2lyx linking.
[lyx.git] / src / author.C
index fed15aef27ef79842f5d0c31409761443f07584e..60817affe0da43622d627908f96aa2feb86b990d 100644 (file)
 
 #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