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 /tools | |
| parent | 49fb66ee26be51bee67ae552c9cf4f8d21495b79 (diff) | |
Split CPL up into its own files.
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/dcpinfo.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/dcpinfo.cc b/tools/dcpinfo.cc index 40e2be99..04fec82f 100644 --- a/tools/dcpinfo.cc +++ b/tools/dcpinfo.cc @@ -8,6 +8,7 @@ #include "sound_asset.h" #include "picture_asset.h" #include "subtitle_asset.h" +#include "cpl.h" using std::string; using std::cerr; |
