]> git.lyx.org Git - lyx.git/blobdiff - src/support/rename.C
make "make distcheck" work
[lyx.git] / src / support / rename.C
index 3db8cd2d0099c7859b9385612a217f24a14610c7..fc9b78ebc919bf76da0d89e48aecffbcbb003af2 100644 (file)
@@ -5,14 +5,18 @@
  *
  * \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"
+
 #include <cstdio>
 
-#include "support/lyxlib.h"
+
+using std::string;
+
 
 bool lyx::support::rename(string const & from, string const & to)
 {