Skip to content

Commit bb2e40e

Browse files
authored
Merge pull request cms-sw#36686 from Dr15Jones/oneapi_common
Move common code to use oneapi/tbb headers
2 parents d2b6fd8 + b30265b commit bb2e40e

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)