X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage.cc;h=297578866a37514970b766b1a77a814cf31df5a7;hp=d0878efbd75f81b3bcead98c19a0b2d832f8150e;hb=cf2ed48d21ddbc32bda262064480e88e69dc031a;hpb=4b74bd9f359b9fe4f841cd9a361f3b2b24c2351e diff --git a/src/lib/image.cc b/src/lib/image.cc index d0878efbd..297578866 100644 --- a/src/lib/image.cc +++ b/src/lib/image.cc @@ -25,9 +25,11 @@ #include "compose.hpp" +#include "dcpomatic_assert.h" #include "dcpomatic_socket.h" #include "exceptions.h" #include "image.h" +#include "maths_util.h" #include "rect.h" #include "timer.h" #include "util.h"