contrib/ilmbase/ilmbase-1.0.2-gcc43.patch

12 lines
290 B
Diff
Raw Normal View History

2010-11-04 14:46:30 +01:00
--- 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.