X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcache.h;h=f3a2c13cb003216b92cd500c5096aa2ed4d14829;hb=aa053d637e8259755af7d2e4b510a242f4d29c7b;hp=cf7253f717586982f98699d15485dd54d4272766;hpb=9f885c3eec8f065b7dc400acfb9dd67158284fcf;p=builder.git diff --git a/source/cache.h b/source/cache.h index cf7253f..f3a2c13 100644 --- a/source/cache.h +++ b/source/cache.h @@ -1,8 +1,8 @@ #ifndef CACHE_H_ #define CACHE_H_ -#include #include +#include #include #include @@ -20,7 +20,7 @@ unprintable characters or nuls. class Cache { public: - using Values = std::list; + using Values = std::vector; private: using Key = std::pair;