Skip to content

Commit 0246c75

Browse files
committed
Fix
1 parent dbb6c47 commit 0246c75

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

Common/Core/CollisionTypeHelper.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include "Common/Core/CollisionTypeHelper.h"
1919

20+
#include <string>
2021
#include <fairlogger/Logger.h>
2122

2223
#include "DataFormatsParameters/GRPLHCIFData.h"

Common/Core/CollisionTypeHelper.h

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,16 @@
1515
/// \brief Utility to handle the collision type from the GRP information
1616
///
1717

18+
#ifndef COMMON_CORE_COLLISIONTYPEHELPER_H_
19+
#define COMMON_CORE_COLLISIONTYPEHELPER_H_
20+
1821
#include "DataFormatsParameters/GRPLHCIFData.h"
1922

23+
namespace o2::parameters
24+
{
25+
class GRPLHCIFData;
26+
} // namespace o2::parameters
27+
2028
// Container for the collision system type
2129
struct CollisionSystemType {
2230
// Enum type for the collision system
@@ -32,4 +40,6 @@ struct CollisionSystemType {
3240
static std::string getCollisionSystemName(collType collSys);
3341

3442
static int getCollisionTypeFromGrp(o2::parameters::GRPLHCIFData* grplhcif);
35-
};
43+
};
44+
45+
#endif // COMMON_CORE_COLLISIONTYPEHELPER_H_

0 commit comments

Comments
 (0)