diff options
Diffstat (limited to 'src/stereo_picture_frame.h')
| -rw-r--r-- | src/stereo_picture_frame.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/stereo_picture_frame.h b/src/stereo_picture_frame.h index fa7620fb..1fd05453 100644 --- a/src/stereo_picture_frame.h +++ b/src/stereo_picture_frame.h @@ -17,10 +17,12 @@ */ -#include <string> -#include <stdint.h> -#include <boost/shared_ptr.hpp> #include "types.h" +#include <boost/shared_ptr.hpp> +#include <boost/noncopyable.hpp> +#include <boost/filesystem.hpp> +#include <stdint.h> +#include <string> namespace ASDCP { namespace JP2K { @@ -34,7 +36,7 @@ namespace dcp { class ARGBFrame; /** A single frame of a 3D (stereoscopic) picture asset */ -class StereoPictureFrame +class StereoPictureFrame : public boost::noncopyable { public: StereoPictureFrame (boost::filesystem::path mxf_path, int n); |
