freeimage: fix compile (#2717)
* freeimage: fix compile * freeimage: fix openexr.patch checksum * freeimage: remove arm archpull/2725/head
parent
cdac053577
commit
1fe7dc084f
2 changed files with 14 additions and 1 deletions
@ -0,0 +1,12 @@ |
||||
diff --git a/Source/OpenEXR/IlmImf/ImfAttribute.cpp b/Source/OpenEXR/IlmImf/ImfAttribute.cpp
|
||||
index cb4ac36..aaced91 100644
|
||||
--- a/Source/OpenEXR/IlmImf/ImfAttribute.cpp
|
||||
+++ b/Source/OpenEXR/IlmImf/ImfAttribute.cpp
|
||||
@@ -45,6 +45,7 @@
|
||||
#include "Iex.h"
|
||||
#include <string.h>
|
||||
#include <map>
|
||||
+#include <functional>
|
||||
|
||||
#include "ImfNamespace.h"
|
||||
|
Loading…
Reference in new issue