mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
Merge pull request #19970 from antonio-rojas:master
Support building with OpenEXR 3.x * Support OpenEXR 3.0 Try to find OpenEXR 3.0 using the upstream cmake config, and fallback to the previous algorithm if not found * Add explicit ImfFrameBuffer.h include This was transitively included with OpenEXR 2.x, but that's no longer the case with OpenEXR 3.x
This commit is contained in:
@@ -56,6 +56,7 @@
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
|
||||
#include <ImfFrameBuffer.h>
|
||||
#include <ImfHeader.h>
|
||||
#include <ImfInputFile.h>
|
||||
#include <ImfOutputFile.h>
|
||||
|
||||
Reference in New Issue
Block a user