summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-04 09:58:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-04 09:58:35 +0100
commit09ad2806848f5c3609b7915da504f94db099e3af (patch)
tree6e4cb4daa8a49f7deb25bec48274efe7eb83ca62 /examples
parent49fb66ee26be51bee67ae552c9cf4f8d21495b79 (diff)
Split CPL up into its own files.
Diffstat (limited to 'examples')
-rw-r--r--examples/make_dcp.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index 3891db3f..06dd05ab 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -26,11 +26,13 @@
/* If you are using an installed libdcp, these #includes would need to be changed to
#include <libdcp/dcp.h>
+#include <libdcp/cpl.h>
#include <libdcp/picture_asset.h>
... etc. ...
*/
#include "dcp.h"
+#include "cpl.h"
#include "picture_asset.h"
#include "sound_asset.h"
#include "reel.h"