Skip to content

Commit 0ac25f6

Browse files
committed
GPU: Fix standalone compilation without O2 headers
1 parent 1613dfd commit 0ac25f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

GPU/GPUTracking/DataTypes/GPUO2FakeClasses.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ template <class T>
8181
class ConstMCTruthContainerView
8282
{
8383
};
84+
template <class T>
85+
class ConstMCTruthContainer
86+
{
87+
};
8488
} // namespace dataformats
8589
} // namespace o2
8690

0 commit comments

Comments
 (0)