Skip to content

Commit c09e004

Browse files
authored
Merge pull request #2452 from hsbadr/fix_onetbb
Fix external oneTBB after #2447
2 parents 0500503 + e8fa777 commit c09e004

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/core/init_threadpool_tbb.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
#include <boost/lexical_cast.hpp>
77

8+
#ifndef TBB_INTERFACE_NEW
89
#include <tbb/tbb_stddef.h>
910

1011
#if TBB_VERSION_MAJOR >= 2020
11-
#ifndef TBB_INTERFACE_NEW
1212
#define TBB_INTERFACE_NEW
1313
#endif
1414
#endif

0 commit comments

Comments
 (0)