diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-04 09:58:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-04 09:58:35 +0100 |
| commit | 09ad2806848f5c3609b7915da504f94db099e3af (patch) | |
| tree | 6e4cb4daa8a49f7deb25bec48274efe7eb83ca62 /test | |
| parent | 49fb66ee26be51bee67ae552c9cf4f8d21495b79 (diff) | |
Split CPL up into its own files.
Diffstat (limited to 'test')
| -rw-r--r-- | test/rewrite_subs.cc | 1 | ||||
| -rw-r--r-- | test/tests.cc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/rewrite_subs.cc b/test/rewrite_subs.cc index 651b207a..adb9f6b4 100644 --- a/test/rewrite_subs.cc +++ b/test/rewrite_subs.cc @@ -1,5 +1,6 @@ #include <iostream> #include "dcp.h" +#include "cpl.h" #include "reel.h" #include "subtitle_asset.h" diff --git a/test/tests.cc b/test/tests.cc index 30c9f406..d33890b6 100644 --- a/test/tests.cc +++ b/test/tests.cc @@ -30,6 +30,7 @@ #include "sound_asset.h" #include "reel.h" #include "gamma_lut.h" +#include "cpl.h" #define BOOST_TEST_DYN_LINK #define BOOST_TEST_MODULE libdcp_test |
