]> git.lyx.org Git - lyx.git/blobdiff - src/support/LSubstring.C
small changes read changelog
[lyx.git] / src / support / LSubstring.C
index 42ef649dd955b7297d9d443be0648993f7ba9c3d..b873c23cf39dad73c58f189b3063c63e33f90436 100644 (file)
 
 #include "LSubstring.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::strlen;
+#endif
+
+
 
 LSubstring::LSubstring(string & s, size_type i, size_type l)
        : ps(&s), pos(i), n(l)