Fix build with OpenEXR 3

Add a header that is no longer transitively included

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2195>
This commit is contained in:
Antonio Rojas 2021-04-24 10:43:47 +00:00 committed by GStreamer Marge Bot
parent 4900e3583a
commit 51e96fd2c3

View file

@ -29,6 +29,7 @@
#include <ImfRgbaFile.h>
#include <ImfIO.h>
#include <ImfInt64.h>
using namespace Imf;
using namespace Imath;