We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de96df3 commit b30265bCopy full SHA for b30265b
CommonTools/Utils/interface/MethodInvoker.h
@@ -11,7 +11,7 @@
11
#include <map>
12
#include <vector>
13
14
-#include "tbb/concurrent_unordered_map.h"
+#include "oneapi/tbb/concurrent_unordered_map.h"
15
16
namespace edm {
17
struct TypeIDHasher {
DataFormats/PatCandidates/src/TriggerObjectStandAlone.cc
@@ -1,4 +1,4 @@
1
-#include <tbb/concurrent_unordered_map.h>
+#include <oneapi/tbb/concurrent_unordered_map.h>
2
#include <boost/algorithm/string.hpp>
3
4
#include "DataFormats/Common/interface/TriggerResults.h"
0 commit comments