From 09ad2806848f5c3609b7915da504f94db099e3af Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 May 2013 09:58:35 +0100 Subject: Split CPL up into its own files. --- examples/make_dcp.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/make_dcp.cc') 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 +#include #include ... etc. ... */ #include "dcp.h" +#include "cpl.h" #include "picture_asset.h" #include "sound_asset.h" #include "reel.h" -- cgit v1.2.3