]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.cpp
* layouttranslations.review - remove dupes
[lyx.git] / src / support / convert.cpp
index 754a53622e88c3e1ac00caad07859db2ef82841c..70cd91eebafd15ac9ebf00baa3c4c3f48541edd6 100644 (file)
@@ -3,30 +3,29 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
- * \author Lars Gullik Bjønnes
+ * \author André Pönitz
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
 
 #include <config.h>
 
-#include "convert.h"
-
+#include "support/convert.h"
 #include "support/docstring.h"
 
 #include <boost/lexical_cast.hpp>
 
 #include <string>
+//needed for Mac OSX 10.5.2 Leopard
+#include <cstdlib>
 
+using namespace std;
 
 namespace lyx {
 
 using boost::lexical_cast;
 
-using std::string;
-
-
 template<>
 string convert<string>(bool b)
 {