summaryrefslogtreecommitdiff
path: root/src/lib/colour_conversion.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-14 19:27:04 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-14 19:27:04 +0100
commit21e8238484af35ac207b01defe406e73445632be (patch)
tree8985d03f7b5641fd4e160d5ca4cac253976d51ff /src/lib/colour_conversion.cc
parent5c09a82e483593fb37da0cad20679be735887613 (diff)
Make DCPVideoFrame use PlayerVideoFrame to store its image.
Diffstat (limited to 'src/lib/colour_conversion.cc')
-rw-r--r--src/lib/colour_conversion.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/colour_conversion.cc b/src/lib/colour_conversion.cc
index cd1a81b25..5f17f9184 100644
--- a/src/lib/colour_conversion.cc
+++ b/src/lib/colour_conversion.cc
@@ -29,6 +29,7 @@
using std::list;
using std::string;
+using std::stringstream;
using std::cout;
using std::vector;
using boost::shared_ptr;