Skip to content

Commit bc5bfef

Browse files
committed
GPU TPC: add missing header in GPUO2InterfaceUtils.cxx
1 parent 6442047 commit bc5bfef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

GPU/GPUTracking/Interface/GPUO2InterfaceUtils.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
#include "TPCBase/CRU.h"
2727
#include "TPCBase/RDHUtils.h"
2828
#include "DataFormatsTPC/ZeroSuppression.h"
29-
#include <gsl/span>
29+
#include "GPUTPCClusterOccupancyMap.h"
30+
#include < gsl / span>
3031

3132
using namespace o2::gpu;
3233

0 commit comments

Comments
 (0)