summaryrefslogtreecommitdiff
path: root/graphics/openimageio/patches/patch-include_tbb_tbb__exception.h
blob: 9e7daaf9d68b96fcab1f998c2b962458d2312357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$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)