]> git.lyx.org Git - features.git/blobdiff - src/sp_spell.C
Compaq cxx 6.5 will now compile lyx.
[features.git] / src / sp_spell.C
index a47903f65058f456c2b653bc1a6bfbceba6d720d..9a41e26f9335182f07bbe7dfe3af23d26b60ad18 100644 (file)
 #include "encoding.h"
 #include "sp_ispell.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::fdopen;
+using std::strcpy;
+using std::strlen;
+using std::strpbrk;
+using std::strstr;
+#endif
+
 using std::endl;
 
 namespace {