X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Flib%2Fcache.h;h=6b735b2eebd23265629cacfb7710a0a8ceb12ac6;hb=1df42c314669f30fe1d82f02fdfeeff19f92964e;hp=9193dacec848ae834ac264be6e0bb8ef8bc855a1;hpb=c8e829c219c65ff8e93b6c7b66212ff0876441c5;p=builder.git diff --git a/source/lib/cache.h b/source/lib/cache.h index 9193dac..6b735b2 100644 --- a/source/lib/cache.h +++ b/source/lib/cache.h @@ -5,6 +5,7 @@ #include #include #include +#include "libbuilder_api.h" class SourcePackage; class Target; @@ -17,7 +18,7 @@ Data is stored as lists of strings and keyed to target and an arbitrary identifier. Any kind of strings can be stored, even ones that contain unprintable characters or nuls. */ -class Cache +class LIBBUILDER_API Cache { public: using Values = std::vector;