diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-07 18:49:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-07 19:04:55 +0200 |
| commit | 7544dc823a8d89083c8481e6dbcca095522c3097 (patch) | |
| tree | 521f8bcc26be19295cad77a5d824c179b6103575 /src | |
| parent | dcf6fb9f4d00f823fe015aaa8a6486ef0c547e26 (diff) | |
Missing #include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/image.cc | 1 |
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 |
