]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.cpp
Use *.* to select all files in the file selection dialog on Windows. Using shortcuts...
[lyx.git] / src / support / convert.cpp
index 754a53622e88c3e1ac00caad07859db2ef82841c..a9e3e7e5cbeb5ea1dd3f7ce7b8a7599fae78646b 100644 (file)
 
 #include <config.h>
 
-#include "convert.h"
-
+#include "support/convert.h"
 #include "support/docstring.h"
 
 #include <boost/lexical_cast.hpp>
 
 #include <string>
+#include <cstdlib>
 
+using namespace std;
 
 namespace lyx {
 
 using boost::lexical_cast;
 
-using std::string;
-
-
 template<>
 string convert<string>(bool b)
 {