From: Carl Hetherington Date: Thu, 9 Aug 2012 22:35:07 +0000 (+0100) Subject: Fix up some problems with being included. X-Git-Tag: v0.10~37 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=037dac07bd93565978eb3b3265332a5be4e5e30a;p=libdcp.git Fix up some problems with being included. --- 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 #include +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)