X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FDepTable.h;h=60be88527befc12983d2452fac308d5e8f90e0e7;hb=61133c4b5625993f600ffa7d209c3e2bc28d26f6;hp=6148f67736507a140c768734bf38d61d91a45ba8;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/DepTable.h b/src/DepTable.h index 6148f67736..60be88527b 100644 --- a/src/DepTable.h +++ b/src/DepTable.h @@ -14,6 +14,7 @@ #define DEP_TABLE_H #include +#include /// class DepTable { @@ -45,7 +46,8 @@ public: void remove_file(std::string const &); private: /// - struct dep_info { + class dep_info { + public: /// Previously calculated CRC value unsigned long crc_prev; /// Current CRC value - only re-computed if mtime has changed.