summaryrefslogtreecommitdiff
blob: d822092254d8579cbe644f88782d63721fc71b5d (plain)
1
2
3
4
5
6
7
8
9
10
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.