diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-09-28 23:42:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-09-28 23:42:28 +0100 |
| commit | b602b9ece41f0a876b5c5f1599af69cb45929b5f (patch) | |
| tree | f96ad84f99a06b964274e5c2b839922e8d7bd610 /src/mono_picture_asset_reader.h | |
| parent | 5ff3c5ae8d983c68506b24b2740c0779832dc448 (diff) | |
Still more build fixes.
Diffstat (limited to 'src/mono_picture_asset_reader.h')
| -rw-r--r-- | src/mono_picture_asset_reader.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mono_picture_asset_reader.h b/src/mono_picture_asset_reader.h index 9ec899cc..4caf80f9 100644 --- a/src/mono_picture_asset_reader.h +++ b/src/mono_picture_asset_reader.h @@ -31,12 +31,16 @@ files in the program, then also delete it here. */ +#ifndef LIBDCP_MONO_PICTURE_ASSET_READER_H +#define LIBDCP_MONO_PICTURE_ASSET_READER_H + #include "asset_reader.h" +#include "mono_picture_frame.h" namespace dcp { -class MonoPictureFrame; - typedef AssetReader<ASDCP::JP2K::MXFReader, MonoPictureFrame> MonoPictureAssetReader; } + +#endif |
