X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypes.cc;h=e3bedd667f7a716daee156db5451e2b6b376cc9c;hb=e3bb6707618b6a313a490f387bffbf0b6a064643;hp=f31e7a3ec3854f9c1fee5d27592897e20a52628a;hpb=78012b8cf9b4c6e35b425c97b6432551ce635c3a;p=dcpomatic.git diff --git a/src/lib/types.cc b/src/lib/types.cc index f31e7a3ec..e3bedd667 100644 --- a/src/lib/types.cc +++ b/src/lib/types.cc @@ -20,7 +20,7 @@ #include "types.h" #include "dcpomatic_assert.h" -#include "raw_convert.h" +#include #include #include @@ -28,6 +28,7 @@ using std::max; using std::min; using std::string; using boost::shared_ptr; +using dcp::raw_convert; bool operator== (Crop const & a, Crop const & b) {