]> git.lyx.org Git - lyx.git/blobdiff - src/tabular_funcs.C
fix compilation bug
[lyx.git] / src / tabular_funcs.C
index dd1a2a01c5696dc07158c1b5beb6c860dea684f7..919e09143ea08799c99c9f981416af39f7398726 100644 (file)
 
 #include <config.h>
 
-#ifdef __GNUG__
-#pragma implementation
-#endif
-
 #include "tabular_funcs.h"
 
-#include "support/lstrings.h"
 #include "support/LIstream.h"
 
+#ifndef CXX_GLOBAL_CSTD
+using std::strlen;
+#endif
+
 using std::istream;
 using std::getline;