diff options
Diffstat (limited to 'src/lib/content_factory.h')
| -rw-r--r-- | src/lib/content_factory.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <libcxml/cxml.h> +#include <boost/shared_ptr.hpp> + class Film; +class Content; extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, cxml::NodePtr, int, std::list<std::string> &); extern boost::shared_ptr<Content> content_factory (boost::shared_ptr<const Film>, boost::filesystem::path); |
