summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-14 09:33:23 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-14 09:33:23 +0100
commit2f0e6ee9d883abbbc31aca0d1cc80e89eb9b0af2 (patch)
treef1215070c7a4458f8b474fc7163345c6c1c10744 /src/cpl.cc
parente64f6002a413f7aaffca60387d82c2e91b931ab9 (diff)
parent110dc70856bd0f6ae5ec1931f51a4817c5e38f42 (diff)
Merge master.
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index 612ff479..fcfa9efa 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -17,6 +17,7 @@
*/
+#include "raw_convert.h"
#include "cpl.h"
#include "util.h"
#include "mono_picture_mxf.h"
@@ -42,7 +43,6 @@ using std::list;
using std::pair;
using std::make_pair;
using boost::shared_ptr;
-using boost::lexical_cast;
using boost::optional;
using namespace dcp;