Skip to content

Commit 20db7a3

Browse files
authored
Fix broken compilation on macOS (#311)
1 parent df3af8b commit 20db7a3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Framework/include/QualityControl/Check.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <map>
1717
#include <vector>
1818
#include <memory>
19+
#include <unordered_map>
1920
// O2
2021
#include <Framework/DataProcessorSpec.h>
2122
// QC

Framework/include/QualityControl/CheckInterface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <string>
2020
#include <map>
21+
#include <unordered_map>
2122

2223
#include <Rtypes.h>
2324
#include "QualityControl/MonitorObject.h"

0 commit comments

Comments
 (0)