Fix up some problems with being included.
authorCarl Hetherington <cth@carlh.net>
Thu, 9 Aug 2012 22:35:07 +0000 (23:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 9 Aug 2012 22:35:07 +0000 (23:35 +0100)
src/picture_frame.h
src/wscript

index 4d359335a4e3c3dd668498c827741b56b9315cde..b7eb5ff16bb9c149e5c0082d69720e63331974a1 100644 (file)
 #include <string>
 #include <stdint.h>
 
+namespace ASDCP {
+       namespace JP2K {
+               class FrameBuffer;
+       }
+}
+
 namespace libdcp {
 
 class PictureFrame
index 2956029c4b351073a26b7fbef3d8339cbcca6f2c..361a93443b890cfaf4cbd51fe8cdd2ef8984aacd 100644 (file)
@@ -31,6 +31,7 @@ def build(bld):
               version.h
               picture_asset.h
               asset.h
+              picture_frame.h
               """
 
     bld.install_files('${PREFIX}/include/libdcp', headers)