Skip to content

Commit e2d45f7

Browse files
author
Emil Gorm Nielsen
committed
Mega Linter
1 parent 156c5da commit e2d45f7

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

PWGCF/GenericFramework/Core/GFWWeights.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// or submit itself to any jurisdiction.
1111

1212
#include "GFWWeights.h"
13+
#include <cstdio>
1314

1415
GFWWeights::GFWWeights() : TNamed("", ""),
1516
fDataFilled(kFALSE),

PWGCF/GenericFramework/Core/GFWWeightsList.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
/// \brief one object to hold a list of GFWWeights objects,
1616

1717
#include <utility>
18-
#include <cstdio>
1918
#include "GFWWeightsList.h"
2019

2120
GFWWeightsList::GFWWeightsList() : TNamed("", ""), list(0)

PWGCF/GenericFramework/Core/GFWWeightsList.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
#ifndef PWGCF_GENERICFRAMEWORK_CORE_GFWWEIGHTSLIST_H_
1818
#define PWGCF_GENERICFRAMEWORK_CORE_GFWWEIGHTSLIST_H_
1919
#include <map>
20+
#include <cstdio>
21+
#include <string>
22+
#include <vector>
2023

2124
#include "Framework/Logger.h"
2225

0 commit comments

Comments
 (0)