You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/ilmbase/files/ilmbase-1.0.2-gcc43.patch

12 lines
290 B

--- 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.