Skip to content

Commit

Permalink
C++20 does not allow forward declaring classes which end up in a vector
Browse files Browse the repository at this point in the history
This is due to the fact the destructor of std::vector is now constexpr.
  • Loading branch information
ktf committed Nov 7, 2023
1 parent ec28150 commit bf3ac49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Detectors/MUON/MCH/Clustering/src/ClusterOriginal.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#ifndef O2_MCH_CLUSTERORIGINAL_H_
#define O2_MCH_CLUSTERORIGINAL_H_

#include "PadOriginal.h"
#include <utility>
#include <vector>

Expand Down

0 comments on commit bf3ac49

Please sign in to comment.