Skip to content

Commit b30265b

Browse files
committed
Move code to use oneapi/tbb headers
The old header declarations are deprecated in TBB
1 parent de96df3 commit b30265b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CommonTools/Utils/interface/MethodInvoker.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include <map>
1212
#include <vector>
1313

14-
#include "tbb/concurrent_unordered_map.h"
14+
#include "oneapi/tbb/concurrent_unordered_map.h"
1515

1616
namespace edm {
1717
struct TypeIDHasher {

DataFormats/PatCandidates/src/TriggerObjectStandAlone.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <tbb/concurrent_unordered_map.h>
1+
#include <oneapi/tbb/concurrent_unordered_map.h>
22
#include <boost/algorithm/string.hpp>
33

44
#include "DataFormats/Common/interface/TriggerResults.h"

0 commit comments

Comments
 (0)