From cf2ed48d21ddbc32bda262064480e88e69dc031a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 4 Apr 2022 22:37:31 +0200 Subject: Cleanup: move some methods from util to maths_util. --- src/lib/image.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/image.cc') 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" -- cgit v1.2.3