diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-09 23:35:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-09 23:35:07 +0100 |
| commit | 037dac07bd93565978eb3b3265332a5be4e5e30a (patch) | |
| tree | bccac73cb5772624e1f04c4c74c6367284027805 /src/picture_frame.h | |
| parent | 2e6aa3b2f1f045f31151def0b83b51bc8db1407c (diff) | |
Fix up some problems with being included.
Diffstat (limited to 'src/picture_frame.h')
| -rw-r--r-- | src/picture_frame.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/picture_frame.h b/src/picture_frame.h index 4d359335..b7eb5ff1 100644 --- a/src/picture_frame.h +++ b/src/picture_frame.h @@ -20,6 +20,12 @@ #include <string> #include <stdint.h> +namespace ASDCP { + namespace JP2K { + class FrameBuffer; + } +} + namespace libdcp { class PictureFrame |
