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 | |
| parent | 2e6aa3b2f1f045f31151def0b83b51bc8db1407c (diff) | |
Fix up some problems with being included.
Diffstat (limited to 'src')
| -rw-r--r-- | src/picture_frame.h | 6 | ||||
| -rw-r--r-- | src/wscript | 1 |
2 files changed, 7 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 diff --git a/src/wscript b/src/wscript index 2956029c..361a9344 100644 --- a/src/wscript +++ b/src/wscript @@ -31,6 +31,7 @@ def build(bld): version.h picture_asset.h asset.h + picture_frame.h """ bld.install_files('${PREFIX}/include/libdcp', headers) |
