diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-03 10:51:11 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-03 10:51:11 +0000 |
| commit | 5d2864806054d068e245e54b5072197eb6e911e1 (patch) | |
| tree | 6639b2e025cc0e6c6bd2a7bf9aaf04dfacd3735c /src/lib | |
| parent | 78c6275fdccf215f8e2a38fb4b29b3e09c6db268 (diff) | |
Now-required include.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/dcp_video.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcp_video.cc b/src/lib/dcp_video.cc index b94093d38..91a47a017 100644 --- a/src/lib/dcp_video.cc +++ b/src/lib/dcp_video.cc @@ -44,6 +44,7 @@ #include <dcp/openjpeg_image.h> #include <dcp/rgb_xyz.h> #include <dcp/colour_matrix.h> +#include <openjpeg.h> #include <libxml++/libxml++.h> #include <boost/asio.hpp> #include <boost/thread.hpp> |
