]> 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 3db8cd2d0099c7859b9385612a217f24a14610c7..bfa0a82bff3137a194f0fc8abcd0a0bbb6d44252 100644 (file)
@@ -5,7 +5,7 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
 #include "support/lyxlib.h"
 
+
+using std::string;
+
+
 bool lyx::support::rename(string const & from, string const & to)
 {
 #ifdef __EMX__