Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / graphics / openexr / patches / patch-ac
blobc46682d0fa243ab9ad0daa7afe0c042864222950
1 $NetBSD$
3 Include <cstring> to declare memcpy(), used by blurImage().
5 --- exrenvmap/blurImage.cpp.orig        2009-02-26 12:39:27.000000000 +1300
6 +++ exrenvmap/blurImage.cpp     2010-12-26 12:11:57.891117560 +1300
7 @@ -45,6 +45,7 @@
8  #include "Iex.h"
9  #include <iostream>
10  #include <algorithm>
11 +#include <cstring>
13  using namespace std;
14  using namespace Imf;