pkgsrc-ng/graphics/openimageio/patches/patch-include_tbb_tbb__exception.h
2013-09-26 17:14:40 +02:00

13 lines
397 B
C

$NetBSD: patch-include_tbb_tbb__exception.h,v 1.1 2013/05/09 13:58:54 joerg Exp $
--- include/tbb/tbb_exception.h.orig 2013-02-21 17:10:46.000000000 +0000
+++ include/tbb/tbb_exception.h
@@ -30,6 +30,7 @@
#define __TBB_exception_H
#include "tbb_stddef.h"
+#include <new>
#include <stdexcept>
#if __TBB_EXCEPTIONS && !defined(__EXCEPTIONS) && !defined(_CPPUNWIND) && !defined(__SUNPRO_CC)