X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_store.h;h=d5a6336a507a25bb4e628e097182bb079dbf0932;hb=9b7a360f05b5074b1a13bf329416e1f86eb27f9d;hp=028fa27971382914fac3ed02a503fcc814e37535;hpb=8872a0a0028048e277a623fa08e8242dd43f4824;p=dcpomatic.git diff --git a/src/lib/content_store.h b/src/lib/content_store.h index 028fa2797..d5a6336a5 100644 --- a/src/lib/content_store.h +++ b/src/lib/content_store.h @@ -18,7 +18,9 @@ */ -#include + +#include + class Content; @@ -28,5 +30,5 @@ class Content; class ContentStore { public: - virtual boost::shared_ptr get (std::string digest) const = 0; + virtual std::shared_ptr get (std::string digest) const = 0; };