summaryrefslogtreecommitdiff
blob: a4e186058fe87421fcda7ef85b0674de73254f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Imath/ImathMatrix.h
+++ b/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.