]> git.lyx.org Git - features.git/blobdiff - src/support/lstrings.C
A bunch of obvious changes to please strict ansi compilers. Not finished.
[features.git] / src / support / lstrings.C
index 9aa4ea0a804e768b9fce327a63cfb6323adcd5c7..18f452dcb8805b97d15d4edb5838efaa30190a95 100644 (file)
@@ -10,6 +10,8 @@
 
 //#include "debug.h"
 
+using std::count;
+
 bool isStrInt(string const & str)
 {
        if (str.empty()) return false;