X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fcontent_factory.h;h=6b47492c41346aae05165a6870dbfbaca018d10f;hb=3d2fdefdb1bcf0a2baf2285246ed413654bf1f9d;hp=fae7648eabfa8910baa7157a695cca1035dba2cc;hpb=8d58a7c5f4320ad5c111e336c45e44d6b51ab509;p=dcpomatic.git diff --git a/src/lib/content_factory.h b/src/lib/content_factory.h index fae7648ea..6b47492c4 100644 --- a/src/lib/content_factory.h +++ b/src/lib/content_factory.h @@ -21,7 +21,11 @@ * @brief Methods to create content objects. */ +#include +#include + class Film; +class Content; extern boost::shared_ptr content_factory (boost::shared_ptr, cxml::NodePtr, int, std::list &); extern boost::shared_ptr content_factory (boost::shared_ptr, boost::filesystem::path);