]> git.lyx.org Git - lyx.git/blobdiff - src/support/atoi.C
support for wasy symbols
[lyx.git] / src / support / atoi.C
index 17f9847ccefc7884eabff7b42bbbd04dd7c84437..949dee071152e4bf38be98c707b95ccda1c81412 100644 (file)
@@ -4,6 +4,9 @@
 
 #include "lyxlib.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::atoi;
+#endif
 
 int lyx::atoi(string const & nstr)
 {