1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-20 12:10:31 -04:00
ports/graphics/yafaray/files/patch-src_image__handlers_exrHandler.cc

11 lines
254 B
C++

--- src/image_handlers/exrHandler.cc.orig 2020-07-13 08:15:40 UTC
+++ src/image_handlers/exrHandler.cc
@@ -35,6 +35,8 @@
#include <ImfVersion.h>
#include <IexThrowErrnoExc.h>
+typedef uint64_t Int64;
+
using namespace Imf;
using namespace Imath;