X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fencode_server.cc;h=442ce3d6f4b41377c69874bf45a1ec44e2f90a43;hb=50c2504a2837d1c05c75206b9a16ab81d5814efe;hp=abd8537c01786475c927ad1a09ac1ba9cb40a063;hpb=b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f;p=dcpomatic.git diff --git a/src/lib/encode_server.cc b/src/lib/encode_server.cc index abd8537c0..442ce3d6f 100644 --- a/src/lib/encode_server.cc +++ b/src/lib/encode_server.cc @@ -31,10 +31,10 @@ #include "config.h" #include "cross.h" #include "player_video.h" -#include "raw_convert.h" #include "compose.hpp" #include "log.h" #include "encoded_log_entry.h" +#include #include #include #include @@ -64,6 +64,7 @@ using boost::scoped_array; using boost::optional; using dcp::Size; using dcp::Data; +using dcp::raw_convert; EncodeServer::EncodeServer (shared_ptr log, bool verbose, int num_threads) : Server (Config::instance()->server_port_base())