Date: Fri, 23 Nov 2012 23:31:27 +0200 From: Andriy Gapon <avg@FreeBSD.org> To: freebsd-ports@FreeBSD.org Subject: graphics/ilmbase: gcc46+ patch Message-ID: <50AFEB2F.3020906@FreeBSD.org> In-Reply-To: <50AFEA53.7080203@FreeBSD.org> References: <50AFEA53.7080203@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Imath/ImathMatrix.h.orig 2012-11-23 23:29:16.401450990 +0200 +++ Imath/ImathMatrix.h 2012-11-23 23:29:37.622449298 +0200 @@ -51,6 +51,7 @@ #include <iostream> #include <iomanip> +#include <cstring> #if (defined _WIN32 || defined _WIN64) && defined _MSC_VER // suppress exception specification warnings This patch is required because memset and memcpy are used in this file. -- Andriy Gapon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50AFEB2F.3020906>