Resolves: RHEL-153067 - fix missing import in patch
Signed-off-by: Josef Ridky <jridky@redhat.com>
This commit is contained in:
parent
8e228080b9
commit
7df03a7fbf
@ -1,7 +1,15 @@
|
||||
diff -urNp a/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp b/src/lib/OpenEXR/ImfCompositeDeepScanLine.cpp
|
||||
--- a/IlmImf/ImfCompositeDeepScanLine.cpp 2026-03-26 08:27:58.855705716 +0100
|
||||
+++ b/IlmImf/ImfCompositeDeepScanLine.cpp 2026-03-26 08:32:52.955196547 +0100
|
||||
@@ -462,6 +462,10 @@ CompositeDeepScanLine::readPixels(int st
|
||||
diff -urNp a/IlmImf/ImfCompositeDeepScanLine.cpp b/IlmImf/ImfCompositeDeepScanLine.cpp
|
||||
--- a/IlmImf/ImfCompositeDeepScanLine.cpp 2026-04-14 08:44:06.993263491 +0200
|
||||
+++ b/IlmImf/ImfCompositeDeepScanLine.cpp 2026-04-14 09:22:40.284776121 +0200
|
||||
@@ -44,6 +44,7 @@
|
||||
|
||||
#include <Iex.h>
|
||||
#include <vector>
|
||||
+#include <limits>
|
||||
OPENEXR_IMF_INTERNAL_NAMESPACE_SOURCE_ENTER
|
||||
|
||||
using std::vector;
|
||||
@@ -488,6 +489,10 @@ CompositeDeepScanLine::readPixels(int st
|
||||
num_sources[ptr]=0;
|
||||
for(size_t j=0;j<parts;j++)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user