summaryrefslogtreecommitdiff
path: root/src/lib/image.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-01-24 22:26:59 +0100
committerCarl Hetherington <cth@carlh.net>2022-01-25 19:44:56 +0100
commit07befde2cbbad4d979631727fc35399164d0aa1c (patch)
treefbc537ff6789d8aabe71e69b4055daf302527cd1 /src/lib/image.cc
parentdadde92543ee5039d2dc869c698fcde7ffac5f4b (diff)
Cleanup: move some methods from util to maths_util.
Diffstat (limited to 'src/lib/image.cc')
-rw-r--r--src/lib/image.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc
index 17bab64c7..2e1d3fbf5 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"