Skip to content

Commit

Permalink
Missing declaration of a service to adapt for upstream changes (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
knopers8 committed Sep 16, 2020
1 parent 10994ea commit 978f06c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Framework/include/QualityControl/DatabaseInterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#include <vector>
#include <unordered_map>

#include <Framework/ServiceRegistry.h>

#include "QualityControl/QualityObject.h"
#include "QualityControl/MonitorObject.h"

Expand All @@ -33,6 +35,8 @@ namespace o2::quality_control::repository
class DatabaseInterface
{
public:
constexpr static framework::ServiceKind service_kind = framework::ServiceKind::Global;

/// Default constructor
DatabaseInterface() = default;
/// Destructor
Expand Down

0 comments on commit 978f06c

Please sign in to comment.