summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-05-07 18:49:51 +0200
committerCarl Hetherington <cth@carlh.net>2021-05-07 19:04:55 +0200
commit7544dc823a8d89083c8481e6dbcca095522c3097 (patch)
tree521f8bcc26be19295cad77a5d824c179b6103575
parentdcf6fb9f4d00f823fe015aaa8a6486ef0c547e26 (diff)
Missing #include.
-rw-r--r--src/lib/image.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image.cc b/src/lib/image.cc
index f7f19a1be..a3b264d02 100644
--- a/src/lib/image.cc
+++ b/src/lib/image.cc
@@ -31,6 +31,7 @@
#include "rect.h"
#include "timer.h"
#include "util.h"
+#include "warnings.h"
#include <dcp/rgb_xyz.h>
#include <dcp/transfer_function.h>
DCPOMATIC_DISABLE_WARNINGS