13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
Fix compilation with gcc 11
|
|
|
|
--- a/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
|
+++ b/OpenEXR/IlmImf/ImfTiledMisc.cpp
|
|
@@ -45,6 +45,7 @@
|
|
#include <ImfChannelList.h>
|
|
#include <ImfTileDescription.h>
|
|
#include <algorithm>
|
|
+#include <limits>
|
|
|
|
#include "ImfNamespace.h"
|
|
|