X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcache.h;h=69025fd97911613d6f3dfbda2a14a9fb408d1cf9;hb=c7df14c38a87ceca13df47fa700d3f9fa250be91;hp=86a5f4721b62031bec864c206925881d0c14da02;hpb=7bf0b5d013b88b0408031e2d6594357e71c8138f;p=builder.git diff --git a/source/cache.h b/source/cache.h index 86a5f47..69025fd 100644 --- a/source/cache.h +++ b/source/cache.h @@ -1,8 +1,10 @@ #ifndef CACHE_H_ #define CACHE_H_ +#include +#include +#include #include -#include "misc.h" class SourcePackage; class Target; @@ -27,7 +29,7 @@ private: Msp::FS::Path filename; DataMap data; Msp::Time::TimeStamp mtime; - bool changed; + mutable bool changed; public: Cache(SourcePackage &p);