mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 14:00:19 -04:00
13 lines
397 B
C
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)
|