X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fformat.cc;h=016c21fdea09fb60d45636f91d2ee9b5d888879b;hp=6615e16e04c202732380dfcd56aae343d21e3c8c;hb=b1873c51b2e8265a01a8f0eced7fc3465f1677dc;hpb=d641aee73077e93ca17b30acd5b9ed82f1e14cb9 diff --git a/src/lib/format.cc b/src/lib/format.cc index 6615e16e0..016c21fde 100644 --- a/src/lib/format.cc +++ b/src/lib/format.cc @@ -35,6 +35,7 @@ using std::setprecision; using std::stringstream; using std::vector; using boost::shared_ptr; +using libdcp::Size; vector Format::_formats;