From 769c71b5c3e050ccfc1c13771d24328fbf76a495 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Apr 2015 23:10:28 +0100 Subject: Add our own raw_convert that uses SafeStringStream. --- src/lib/server.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/server.cc') diff --git a/src/lib/server.cc b/src/lib/server.cc index ba8580732..9b3b3808b 100644 --- a/src/lib/server.cc +++ b/src/lib/server.cc @@ -31,7 +31,7 @@ #include "player_video.h" #include "encoded_data.h" #include "safe_stringstream.h" -#include +#include "raw_convert.h" #include #include #include @@ -62,7 +62,6 @@ using boost::bind; using boost::scoped_array; using boost::optional; using dcp::Size; -using dcp::raw_convert; Server::Server (shared_ptr log, bool verbose) : _terminate (false) -- cgit v1.2.3