diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 11:35:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:14:06 +0000 |
| commit | 443371c61c7fe263140372bcbc72206b27585077 (patch) | |
| tree | bc532257313e158ccee5ba27ccc5ce74742410cb /src/lib/image_examiner.cc | |
| parent | 342326b363ca8c5f49fa12509cdd07931e86bcf4 (diff) | |
Build fixes.
Diffstat (limited to 'src/lib/image_examiner.cc')
| -rw-r--r-- | src/lib/image_examiner.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/image_examiner.cc b/src/lib/image_examiner.cc index 73d004d7f..7b02de956 100644 --- a/src/lib/image_examiner.cc +++ b/src/lib/image_examiner.cc @@ -27,6 +27,7 @@ #include "compose.hpp" #include <dcp/openjpeg_image.h> #include <dcp/exceptions.h> +#include <dcp/j2k.h> #include <Magick++.h> #include <iostream> |
