Skip to content

Commit

Permalink
Added missing header to IlmBase
Browse files Browse the repository at this point in the history
I guess it was banking on some other headers providing the string
include.
  • Loading branch information
Zack Moratto committed Oct 27, 2011
1 parent b7039e3 commit 5541245
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions patches/ilmbase/0002-added-header-memset.patch
@@ -0,0 +1,12 @@
diff -ur ilmbase-1.0.2/Imath/ImathMatrix.h ilmbase-1.0.2.new/Imath/ImathMatrix.h
--- ilmbase-1.0.2/Imath/ImathMatrix.h 2010-07-16 15:48:40.000000000 -0700
+++ ilmbase-1.0.2.new/Imath/ImathMatrix.h 2011-10-22 21:50:09.725271778 -0700
@@ -51,6 +51,7 @@

#include <iostream>
#include <iomanip>
+#include <string.h>

#if (defined _WIN32 || defined _WIN64) && defined _MSC_VER
// suppress exception specification warnings

0 comments on commit 5541245

Please sign in to comment.