Skip to content

Commit 7c15418

Browse files
committed
Missing declaration of a service to adapt for upstream changes (#481)
1 parent 10994ea commit 7c15418

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Framework/include/QualityControl/DatabaseInterface.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
#include <vector>
2222
#include <unordered_map>
2323

24+
#include <Framework/ServiceRegistry.h>
25+
2426
#include "QualityControl/QualityObject.h"
2527
#include "QualityControl/MonitorObject.h"
2628

@@ -33,6 +35,8 @@ namespace o2::quality_control::repository
3335
class DatabaseInterface
3436
{
3537
public:
38+
constexpr static framework::ServiceKind service_kind = framework::ServiceKind::Global;
39+
3640
/// Default constructor
3741
DatabaseInterface() = default;
3842
/// Destructor

0 commit comments

Comments
 (0)