Skip to content

Commit b3db447

Browse files
ktfsawenzel
authored andcommitted
Fix for C++20
std::vector has a constexpr destructor in C++20, which makes forward declaration not viable anymore.
1 parent ef431cf commit b3db447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MCStepLogger/include/MCStepLogger/MCAnalysisManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131

3232
#include "MCStepLogger/StepInfo.h"
3333
#include "MCStepLogger/MetaInfo.h"
34+
#include "MCStepLogger/MCAnalysisFileWrapper.h"
3435

3536
namespace o2
3637
{
3738
namespace mcstepanalysis
3839
{
3940

4041
class MCAnalysis;
41-
class MCAnalysisFileWrapper;
4242

4343
class MCAnalysisManager
4444
{

0 commit comments

Comments
 (0)