summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch')
-rw-r--r--media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch b/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch
new file mode 100644
index 000000000000..d822092254d8
--- /dev/null
+++ b/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch
@@ -0,0 +1,11 @@
+--- Imath/ImathMatrix.h
++++ Imath/ImathMatrix.h
+@@ -37,6 +37,8 @@
+ #ifndef INCLUDED_IMATHMATRIX_H
+ #define INCLUDED_IMATHMATRIX_H
+
++#include <cstring>
++
+ //----------------------------------------------------------------
+ //
+ // 2D (3x3) and 3D (4x4) transformation matrix templates.