12 lines
428 B
Diff
12 lines
428 B
Diff
|
diff -Nru ilmbase-1.0.2.orig//Imath/ImathMatrix.h ilmbase-1.0.2/Imath/ImathMatrix.h
|
||
|
--- ilmbase-1.0.2.orig//Imath/ImathMatrix.h 2010-07-17 00:48:40.000000000 +0200
|
||
|
+++ ilmbase-1.0.2/Imath/ImathMatrix.h 2010-08-22 15:23:29.821253349 +0200
|
||
|
@@ -51,6 +51,7 @@
|
||
|
|
||
|
#include <iostream>
|
||
|
#include <iomanip>
|
||
|
+#include <string.h>
|
||
|
|
||
|
#if (defined _WIN32 || defined _WIN64) && defined _MSC_VER
|
||
|
// suppress exception specification warnings
|