Skip to content

Commit

Permalink
DPL: forward declare Monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 27, 2023
1 parent a947355 commit 89058ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Framework/AnalysisSupport/src/DataInputDirector.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@

#include "Framework/DataDescriptorMatcher.h"
#include "Framework/DataAllocator.h"
#include "Monitoring/Monitoring.h"

#include <regex>
#include "rapidjson/fwd.h"

namespace o2::monitoring
{
class Monitoring;
}

namespace o2::framework
{

Expand Down

0 comments on commit 89058ee

Please sign in to comment.