Cleanup: move some methods from util to maths_util.
[dcpomatic.git] / src / lib / image.cc
index 17bab64c7ced62330eae5ad53931334f4739ad81..2e1d3fbf58bffb7724861bfe2f5ed0d2f1ea9996 100644 (file)
 
 
 #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"