]> git.lyx.org Git - lyx.git/blobdiff - src/support/os_unix.cpp
add FileName::renameTo() method.
[lyx.git] / src / support / os_unix.cpp
index f5e4c841028240bcb00d8b0ce558ede37bed3935..8e61c6564912bdf757ac6764b3e23d9d024ec262 100644 (file)
 #include <config.h>
 
 #include "support/os.h"
+#include "support/docstring.h"
 
 #ifdef __APPLE__
 #include <Carbon/Carbon.h>
 #endif
 
-using std::string;
-
+using namespace std;
 
 namespace lyx {
 namespace support {