]> git.lyx.org Git - lyx.git/blobdiff - src/support/rename.C
make "make distcheck" work
[lyx.git] / src / support / rename.C
index b92b7a9cfaf8794e39fba49e6132bcf5fc959a6a..fc9b78ebc919bf76da0d89e48aecffbcbb003af2 100644 (file)
 
 #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)
 {