summaryrefslogtreecommitdiffstats
path: root/src/freeimage-2-fix-missing-include.patch
blob: b2906405724453b4efe2f66af1268194f4e6ce66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This file is part of mingw-cross-env.
See doc/index.html for further information.

This patch has been taken from:
http://sourceforge.net/tracker/?func=detail&aid=3072582&group_id=11504&atid=311504

diff -urN a/Source/OpenEXR/Imath/ImathMatrix.h b/Source/OpenEXR/Imath/ImathMatrix.h
--- a/Source/OpenEXR/Imath/ImathMatrix.h	2010-07-17 12:48:40.000000000 +0200
+++ b/Source/OpenEXR/Imath/ImathMatrix.h	2010-09-03 18:38:37.138598422 +0200
@@ -49,6 +49,7 @@
 #include "ImathVec.h"
 #include "ImathShear.h"
 
+#include <string.h>
 #include <iostream>
 #include <iomanip>