]> git.lyx.org Git - lyx.git/blobdiff - src/support/rename.C
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / rename.C
index b92b7a9cfaf8794e39fba49e6132bcf5fc959a6a..bfa0a82bff3137a194f0fc8abcd0a0bbb6d44252 100644 (file)
 
 #include "support/lyxlib.h"
 
+
+using std::string;
+
+
 bool lyx::support::rename(string const & from, string const & to)
 {
 #ifdef __EMX__