X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcache.h;h=69025fd97911613d6f3dfbda2a14a9fb408d1cf9;hb=c7df14c38a87ceca13df47fa700d3f9fa250be91;hp=98739575e25d45a998fdbce2f17e77c7a50faefd;hpb=f76c063eb9b792088e034ffb4c2f173b843e8c57;p=builder.git diff --git a/source/cache.h b/source/cache.h index 9873957..69025fd 100644 --- a/source/cache.h +++ b/source/cache.h @@ -1,6 +1,9 @@ #ifndef CACHE_H_ #define CACHE_H_ +#include +#include +#include #include class SourcePackage; @@ -26,7 +29,7 @@ private: Msp::FS::Path filename; DataMap data; Msp::Time::TimeStamp mtime; - bool changed; + mutable bool changed; public: Cache(SourcePackage &p);