diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-14 01:00:05 +0200 |
| commit | 274dd30f2b11fe8ea563a2ac7436c9d463865b0b (patch) | |
| tree | 199e7447606339d461f6f87d16095376d8f809b3 /src/asset_factory.h | |
| parent | 4bd57fbbac67ac04ec47a9765b9f278aa1691851 (diff) | |
Fix/hide some warnings.
Diffstat (limited to 'src/asset_factory.h')
| -rw-r--r-- | src/asset_factory.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/asset_factory.h b/src/asset_factory.h index 4bab9bee..2dd04559 100644 --- a/src/asset_factory.h +++ b/src/asset_factory.h @@ -37,9 +37,16 @@ */ +#include <boost/filesystem.hpp> +#include <memory> + + namespace dcp { +class Asset; + + std::shared_ptr<Asset> asset_factory (boost::filesystem::path path, bool ignore_incorrect_picture_mxf_type); |
