]> git.lyx.org Git - lyx.git/blobdiff - src/support/convert.cpp
* layouttranslations.review - remove dupes
[lyx.git] / src / support / convert.cpp
index 125d40492c97eeef2662a5c0b9bcb2a204efd87f..70cd91eebafd15ac9ebf00baa3c4c3f48541edd6 100644 (file)
@@ -3,8 +3,8 @@
  * 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.
  */
@@ -17,6 +17,8 @@
 #include <boost/lexical_cast.hpp>
 
 #include <string>
+//needed for Mac OSX 10.5.2 Leopard
+#include <cstdlib>
 
 using namespace std;