]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
another fix
[lyx.git] / src / DepTable.C
index bf986c18d6eab164708527352a746a4e498c1aee..dd487fcd39a1ec27702d19a6b9c6e63411a4d030 100644 (file)
 #include <unistd.h>
 
 #include <fstream>
+#include <ctime>
+
+#ifndef CXX_GLOBAL_CSTD
+using std::time;
+#endif
 
 using std::make_pair;
 using std::ofstream;