X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=13498b7593b2203beb60a13d73e1b3311d7778d9;hb=8b5bfa971bc9b3f2e49b48f25a2a2fee03004016;hp=41085af9f69b8c276b325206084d1a1b91ef3a98;hpb=138b23fac84930cdbfada0067c61480989041113;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 41085af9f6..13498b7593 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Lars Gullik Bjønnes + * \author Lars Gullik Bjønnes * \author Jean-Marc Lasgouttes * * Full author contact details are available in file CREDITS. @@ -13,14 +13,15 @@ #ifndef DEP_TABLE_H #define DEP_TABLE_H -#include "support/FileName.h" - +#include #include #include namespace lyx { +namespace support { class FileName; } + /// class DepTable { public: @@ -58,7 +59,7 @@ private: /// Current CRC value - only re-computed if mtime has changed. unsigned long crc_cur; /// mtime from last time current CRC was calculated. - long mtime_cur; + std::time_t mtime_cur; /// bool changed() const; };