Skip to content

Commit

Permalink
Adding include inside HistogramsLibrary.h
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvalenciatorres committed Dec 3, 2024
1 parent 9a97b99 commit 6498c28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions PWGDQ/Core/HistogramsLibrary.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
#include "VarManager.h"
#include "CommonConstants/MathConstants.h"

using namespace o2::framework;
using namespace o2::framework::expressions;

void o2::aod::dqhistograms::DefineHistograms(HistogramManager* hm, const char* histClass, const char* groupName, const char* subGroupName)
{
//
Expand Down
1 change: 1 addition & 0 deletions PWGDQ/Core/HistogramsLibrary.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <TString.h>
#include "PWGDQ/Core/HistogramManager.h"
#include "PWGDQ/Core/VarManager.h"
#include "CommonConstants/MathConstants.h"

namespace o2::aod
{
Expand Down

0 comments on commit 6498c28

Please sign in to comment.